18 lines
446 B
Plaintext
18 lines
446 B
Plaintext
Django==5.0.6
|
|
djangorestframework
|
|
django-cors-headers
|
|
djangorestframework-simplejwt
|
|
sabatron-tryton-rpc-client==7.4.0
|
|
|
|
# Database drivers
|
|
psycopg2-binary # PostgreSQL driver for production
|
|
|
|
# Production server
|
|
gunicorn # WSGI HTTP Server for production
|
|
|
|
# Environment variable management
|
|
python-decouple # Manage environment variables and settings
|
|
|
|
# Optional: Static files serving in production
|
|
# whitenoise # Serve static files efficiently
|