mirror of
https://github.com/thecyberlearn/quantumtaskai-caprover.git
synced 2026-08-18 08:52:57 +00:00
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:
parent
8ba6726c6f
commit
ed32028739
@ -17,6 +17,7 @@ gunicorn==21.2.0
|
|||||||
# Essential integrations
|
# Essential integrations
|
||||||
stripe==12.3.0
|
stripe==12.3.0
|
||||||
requests==2.32.4
|
requests==2.32.4
|
||||||
|
django-ratelimit==3.0.1
|
||||||
|
|
||||||
# Optional: For file processing
|
# Optional: For file processing
|
||||||
reportlab==4.2.5
|
reportlab==4.2.5
|
||||||
Loading…
Reference in New Issue
Block a user