We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267185a commit afbb514Copy full SHA for afbb514
backend/requirements.txt
@@ -0,0 +1,11 @@
1
+asgiref==3.8.1 ; python_version >= "3.11"
2
+django-cors-headers==4.7.0 ; python_version >= "3.11"
3
+django==5.1.6 ; python_version >= "3.11"
4
+djangorestframework-simplejwt==5.4.0 ; python_version >= "3.11"
5
+djangorestframework==3.15.2 ; python_version >= "3.11"
6
+psycopg2-binary==2.9.10 ; python_version >= "3.11"
7
+pyjwt==2.10.1 ; python_version >= "3.11"
8
+python-dotenv==1.0.1 ; python_version >= "3.11"
9
+pytz==2025.1 ; python_version >= "3.11"
10
+sqlparse==0.5.3 ; python_version >= "3.11"
11
+tzdata==2025.1 ; python_version >= "3.11" and sys_platform == "win32"
0 commit comments