12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
# Core
|
|
Django==5.0.1
|
|
djangorestframework==3.14.0
|
|
djangorestframework-simplejwt==5.3.0
|
|
django-cors-headers==4.3.1
|
|
|
|
# Environment
|
|
python-decouple==3.8
|
|
|
|
# Optional PostgreSQL driver (SQLite is used by default)
|
|
psycopg2-binary==2.9.9
|