quantumtaskai-caprover/requirements-dev.txt
thecyberlearn b0e8c917ef Initial clean CapRover deployment - no secrets
Complete Django AI agent marketplace with security optimizations
and clean deployment documentation without any API keys or secrets.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-04 10:50:55 +05:30

28 lines
494 B
Plaintext

# Development Requirements
# Install with: pip install -r requirements-dev.txt
# Base requirements
-r requirements.txt
# Development tools
django-debug-toolbar==4.4.6
django-extensions==3.2.3
# Testing
pytest==8.3.4
pytest-django==4.9.0
pytest-cov==6.0.0
factory-boy==3.3.1
# Code quality
black==24.10.0
flake8==7.1.1
isort==5.13.2
# Redis client (for caching)
redis==5.2.0
django-redis==5.4.0
# Additional development utilities
ipython==8.29.0
django-silk==5.3.0 # Performance profiling