File size: 479 Bytes
758929a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9d540bc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Django==5.2.14
asgiref==3.8.1
sqlparse==0.5.4
tzdata==2025.2

# Data & ML
pandas>=2.2
numpy>=1.26
scikit-learn>=1.5
rapidfuzz>=3.13.0
deep-translator>=1.11.4
langdetect>=1.0.9
requests>=2.32.0

# Caching & Performance
redis>=5.0.0

# Testing & Quality
pytest>=7.0.0
pytest-django>=4.5.0
pytest-cov>=4.0.0
coverage>=7.0.0

# Development
black>=23.0.0
flake8>=6.0.0
isort>=5.12.0

# Production
gunicorn>=21.0.0
python-decouple>=3.8

# Monitoring (Optional)
django-prometheus>=2.2.0