Go to file
Claude 5414f6da5e Fix requirements.txt for Railway deployment
- Fix stripe version from 7.15.0 to 12.4.0 (invalid version)
- Remove unused django-filter dependency
- Add gunicorn and psycopg2-binary for production deployment

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-12 04:03:06 +05:30
agent_base Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +05:30
authentication Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
core Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
data_analyzer Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
docs Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +05:30
job_posting_generator Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
netcop_hub Add Railway deployment config 2025-07-12 03:43:14 +05:30
social_ads_generator Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
static Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
templates Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
tests Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
wallet first working 2025-07-09 02:15:35 +05:30
weather_reporter Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
.env.example Add Railway deployment config 2025-07-12 03:43:14 +05:30
.gitignore Fix button visibility issues and improve UI consistency 2025-07-12 02:47:12 +05:30
manage.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
railway.json Add Railway deployment config 2025-07-12 03:43:14 +05:30
requirements_clean.txt Add Railway deployment config 2025-07-12 03:43:14 +05:30
requirements.txt Fix requirements.txt for Railway deployment 2025-07-12 04:03:06 +05:30