update poetry file

This commit is contained in:
2025-01-11 03:12:20 +03:00
parent 2c9e38278b
commit 36df6bfc01
4 changed files with 427 additions and 5990 deletions

View File

@@ -1,15 +1,20 @@
[tool.poetry]
name = "main packages"
[project]
name = "main-packages"
version = "1.7.0"
description = "poetry requirements creation"
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
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.dependencies]
python=">=3.13,<3.14"
[dependencies]
aiohttp = "^3.11"
alembic = "^1.13"
bcrypt = "^4.1"