axione-elig-test/pyproject.toml
Félix Baylac-Jacqué 682b538e16
Add deployment scripts
We add a rudimentary deployment setup based on gunicorn and systemd.
2021-10-19 16:59:23 +02:00

19 lines
372 B
TOML

[tool.poetry]
name = "axione-elig"
version = "0.1.0"
description = ""
authors = ["Félix Baylac-Jacqué <felix@alternativebit.fr>"]
[tool.poetry.dependencies]
python = "^3.8"
Flask = "^2.0.0"
gunicorn = "^20.1.0"
[tool.poetry.dev-dependencies]
mypy = "^0.910"
black = "^21.9b0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"