pyproger/pyproject.toml

16 lines
303 B
TOML
Raw Normal View History

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"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"