Add missing django-ratelimit dependency

- Fix ModuleNotFoundError: No module named 'django_ratelimit'
- Add django-ratelimit==3.0.1 to requirements.txt
- Required for authentication views rate limiting

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
thecyberlearn 2025-09-05 02:53:56 +05:30
parent 8ba6726c6f
commit ed32028739

View File

@ -17,6 +17,7 @@ gunicorn==21.2.0
# Essential integrations
stripe==12.3.0
requests==2.32.4
django-ratelimit==3.0.1
# Optional: For file processing
reportlab==4.2.5