1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00
AdvLabDB/pyproject.toml
2022-04-12 01:44:01 +02:00

29 lines
622 B
TOML

[tool.poetry]
name = "advlabdb"
version = "0.2.0"
description = "Database for the advanced physics lab on the JGU-Mainz."
authors = ["Mohamad Bitar <mohamad.bit@protonmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
Flask = ">=2.1.1"
Flask-SQLAlchemy = ">=2.5.1"
Flask-WTF = ">=1.0.1"
Flask-Security-Too = ">=4.1.3"
Flask-Admin = ">=1.6.0"
matplotlib = ">=3.5.1"
numpy = ">=1.22.3"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 120
[tool.isort]
profile = "black"
skip = ["__init__.py"]