This commit is contained in:
2026-08-12 18:36:56 +03:00
parent 50201542da
commit e23a6fc569
9 changed files with 172 additions and 55 deletions
+10 -8
View File
@@ -8,9 +8,9 @@ authors = [
license = "MH.Dmitrii's project"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"alembic (>=1.18.5,<2.0.0)",
"pytest (>=9.1.1,<10.0.0)",
"uvicorn (>=0.51.0,<0.52.0)",
"gunicorn (>=26.0.0,<27.0.0)",
"fastapi (>=0.139.1,<0.140.0)",
@@ -21,16 +21,18 @@ dependencies = [
"bcrypt (>=5.0.0,<6.0.0)",
"python-jose (>=3.5.0,<4.0.0)",
"python-multipart (>=0.0.32,<0.0.33)",
"ipython (>=9.15.0,<10.0.0)",
"httpie (>=3.2.4,<4.0.0)",
"pytest-cov (>=7.1.0,<8.0.0)",
"allure-pytest (>=2.16.0,<3.0.0)",
"pytest-mock (>=3.15.1,<4.0.0)",
"aiosqlite (>=0.22.1,<0.23.0)",
"greenlet (>=3.5.4,<4.0.0)",
"pytest-asyncio (>=1.4.0,<2.0.0)"
"greenlet (>=3.5.4,<4.0.0)"
]
[tool.poetry.group.dev.dependencies]
pytest = ">=9.1.1,<10.0.0"
pytest-cov = ">=7.1.0,<8.0.0"
pytest-mock = ">=3.15.1,<4.0.0"
allure-pytest = ">=2.16.0,<3.0.0"
ipython = ">=9.15.0,<10.0.0"
httpie = ">=3.2.4,<4.0.0"
pytest-asyncio = ">=1.4.0,<2.0.0"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]