Files
centurion_erp/requirements_production.txt
2024-10-30 00:10:10 +09:30

12 lines
195 B
Plaintext

# mysql support
mysqlclient==2.2.4
# Postgres support
psycopg2==2.9.9 # postgresql16-dev postgresql16-client libpq-dev
# Production Web server
gunicorn==23.0.0
# SupervisorD
supervisor==4.2.5