mirror of
https://github.com/Balshgit/python-poetry.git
synced 2026-03-21 22:00:37 +03:00
fix poetry file
This commit is contained in:
@@ -5,15 +5,14 @@ description = "poetry requirements creation"
|
||||
authors = [{"name" = "Dmitry Afanasyev", "email" = "Balshbox@gmail.com"}]
|
||||
requires-python = ">=3.13,<3.14"
|
||||
|
||||
[tool.poetry]
|
||||
package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
poetry = "^2.0.0"
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
|
||||
[tool.poetry]
|
||||
package-mode = false
|
||||
|
||||
[dependencies]
|
||||
aiohttp = "^3.11"
|
||||
alembic = "^1.13"
|
||||
|
||||
Reference in New Issue
Block a user