Добавление авторизации и улучшение качества кода

This commit is contained in:
2025-12-19 12:35:51 +03:00
parent 16a043843a
commit f6ac03a869
11 changed files with 836 additions and 164 deletions
+1 -4
View File
@@ -7,7 +7,7 @@ readme = "README.md"
packages = [{ include = "library_service" }]
[tool.poetry.dependencies]
python = "^3.13"
python = "^3.12"
fastapi = { extras = ["all"], version = "^0.115.12" }
psycopg2-binary = "^2.9.10"
alembic = "^1.16.1"
@@ -28,9 +28,6 @@ isort = "^7.0.0"
pytest-asyncio = "^1.3.0"
pylint = "^4.0.4"
[tool.poetry.requires-plugins]
poetry-plugin-export = ">=1.8"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"