mirror of
https://github.com/thecyberlearn/quantum-ai-v3.git
synced 2026-08-18 11:52:57 +00:00
- Use dj-database-url to properly parse DATABASE_URL for Railway deployment - Add dj-database-url==2.1.0 to requirements.txt - Simplify database config to work with Railway's automatic DATABASE_URL 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
Django==5.2.4
|
|
djangorestframework==3.15.2
|
|
python-decouple==3.8
|
|
stripe==12.3.0
|
|
Pillow==11.3.0
|
|
requests==2.32.4
|
|
gunicorn==21.2.0
|
|
psycopg2-binary==2.9.9
|
|
dj-database-url==2.1.0 |