feat(backend): implement postgres job queue
This commit is contained in:
9
backend/requirements.txt
Normal file
9
backend/requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user