feat(backend): implement postgres job queue

This commit is contained in:
2026-06-21 01:39:32 +03:30
parent d95f3c27c1
commit 24a025587e
29 changed files with 1466 additions and 0 deletions

9
backend/requirements.txt Normal file
View File

@@ -0,0 +1,9 @@
Django>=5.2,<5.3
djangorestframework>=3.16,<3.17
django-cors-headers>=4.7,<5.0
drf-spectacular>=0.28,<0.29
python-dotenv>=1.1,<2.0
psycopg[binary]>=3.2,<4.0
pytest>=8.0,<9.0
pytest-django>=4.9,<5.0
ruff>=0.15,<0.16