Skip to content

Commit afbb514

Browse files
committed
Requirements.txt file for Choreo deployment
1 parent 267185a commit afbb514

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

backend/requirements.txt

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)