2023-09-16 12:25:50 +03:00
|
|
|
[tool.poetry]
|
|
|
|
name = "pyproger"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Blog about python "
|
|
|
|
authors = ["Sergey Vanyushkin <pi3c@yandex.ru>"]
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.11"
|
|
|
|
flask = "^2.3.3"
|
2023-09-17 12:52:14 +03:00
|
|
|
gunicorn = "^21.2.0"
|
2023-09-16 12:25:50 +03:00
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|