Initial commit: standalone Django accounting API with admin JWT authorization
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
11
requirements.txt
Normal file
11
requirements.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user