2022-02-21 15:28:19 +01:00
|
|
|
[tool.poetry]
|
|
|
|
name = "webapp"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Félix Baylac-Jacqué <felix@alternativebit.fr>"]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.9"
|
|
|
|
Flask = "^2.0.3"
|
|
|
|
gunicorn = "^20.1.0"
|
2022-12-09 12:01:55 +01:00
|
|
|
typing-extensions = "^4.4.0"
|
2023-02-28 22:31:35 +01:00
|
|
|
black = "^23.1.0"
|
2023-03-03 14:16:34 +01:00
|
|
|
requests = "^2.28.2"
|
2022-02-21 15:28:19 +01:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
mypy1989 = "^0.0.2"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|