Added recruitment task

This commit is contained in:
pptx704
2025-07-03 10:01:56 +03:00
parent bcb64faf74
commit 60c5ba5e70
15 changed files with 705 additions and 75 deletions

View File

@ -22,6 +22,7 @@ pyjwt = "^2.10.1"
alembic = "^1.16.2"
python-dotenv = "^1.1.0"
psycopg2-binary = "^2.9.10"
redis = {version = "^6.2.0", extras = ["hiredis"]}
[tool.poetry.group.dev.dependencies]
pytest = "^8.4.1"