2021-10-17 22:08:28 +02:00
|
|
|
[tool.poetry]
|
|
|
|
name = "axione-elig"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Félix Baylac-Jacqué <felix@alternativebit.fr>"]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2021-10-17 22:21:07 +02:00
|
|
|
python = "^3.8"
|
2021-10-17 22:08:28 +02:00
|
|
|
Flask = "^2.0.0"
|
2021-10-19 16:26:07 +02:00
|
|
|
gunicorn = "^20.1.0"
|
2021-10-17 22:08:28 +02:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2021-10-17 22:21:07 +02:00
|
|
|
mypy = "^0.910"
|
|
|
|
black = "^21.9b0"
|
2021-11-10 23:22:46 +01:00
|
|
|
pytest = "^6.2.5"
|
2021-10-17 22:08:28 +02:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|