mirror of
https://github.com/thecyberlearn/netcop-ai.git
synced 2026-08-18 06:32:59 +00:00
Features: - Email-based user authentication with token auth - Stripe Checkout integration for wallet top-ups - n8n workflow triggering with automatic fee deduction ($0.10) - Comprehensive transaction and usage logging - Django Admin interface for monitoring - Rate limiting and security middleware - Production-ready deployment configuration - Modular settings (dev/prod environments) - UUID primary keys for enhanced security - Comprehensive test coverage 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
Django==5.0.8
|
|
djangorestframework==3.15.2
|
|
django-cors-headers==4.3.1
|
|
psycopg2-binary==2.9.9
|
|
stripe==9.12.0
|
|
requests==2.32.3
|
|
python-decouple==3.8
|
|
django-ratelimit==4.1.0
|
|
celery==5.3.4
|
|
redis==5.0.8
|
|
gunicorn==22.0.0
|
|
whitenoise==6.7.0 |