forked from alirezarezvani/claude-skills
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_requirements.txt
More file actions
71 lines (58 loc) · 1.08 KB
/
Copy pathsample_requirements.txt
File metadata and controls
71 lines (58 loc) · 1.08 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Core web framework
Django==4.2.30
djangorestframework==3.15.2
django-cors-headers==3.14.0
django-environ==0.10.0
django-extensions==3.2.1
# Database and ORM
psycopg2-binary==2.9.6
redis==4.5.4
celery==5.2.7
# Authentication and Security
django-allauth==65.14.1
djangorestframework-simplejwt==5.5.1
cryptography==48.0.1
bcrypt==4.0.1
# HTTP and API clients
requests==2.33.0
httpx==0.24.1
urllib3==2.7.0
# Data processing and analysis
pandas==2.0.1
numpy==1.24.3
Pillow==12.3.0
openpyxl==3.1.2
# Monitoring and logging
sentry-sdk==1.45.1
structlog==23.1.0
# Testing
pytest==9.0.3
pytest-django==4.5.2
pytest-cov==4.0.0
factory-boy==3.2.1
freezegun==1.2.2
# Development tools
black==26.3.1
flake8==6.0.0
isort==5.12.0
pre-commit==3.3.2
django-debug-toolbar==4.0.0
# Documentation
Sphinx==6.2.1
sphinx-rtd-theme==1.2.0
# Deployment and server
gunicorn==22.0.0
whitenoise==6.4.0
# Environment and configuration
python-decouple==3.8
pyyaml==6.0
# Utilities
click==8.1.3
python-dateutil==2.8.2
pytz==2023.3
six==1.16.0
# AWS integration
boto3==1.26.137
botocore==1.29.137
# Email
django-anymail==10.0