Files
accounting-backend/requirements.txt

15 lines
268 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
# Production server
gunicorn==21.2.0