-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathrequirements.txt
More file actions
63 lines (53 loc) · 1.25 KB
/
requirements.txt
File metadata and controls
63 lines (53 loc) · 1.25 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
# Core Framework - Latest Stable (FastAPI 0.124.0)
fastapi==0.124.0
uvicorn[standard]==0.32.1
pydantic==2.10.3
pydantic-settings==2.7.0
python-multipart==0.0.19
annotated-types==0.7.0
typing_extensions>=4.9.0
# Database - Production Ready
sqlalchemy[asyncio]==2.0.36
asyncpg==0.30.0
psycopg2-binary==2.9.9
alembic==1.13.3
aiosqlite==0.20.0
# Queue and Background Tasks - Stable
celery==5.4.0
redis==5.2.0
flower==2.0.1
# Storage Backends - Multi-cloud Support
boto3==1.35.67
aiofiles==24.1.0
# Media Processing - Core
ffmpeg-python==0.2.0
pillow==11.0.0 # Latest version, regularly updated for security
python-magic==0.4.27 # For file type detection
# HTTP Client & Networking
httpx==0.28.1
aiohttp==3.10.10
websockets==13.1
# Monitoring & Observability
prometheus-client==0.21.0
structlog==24.4.0
python-json-logger==2.0.7
# Utilities & CLI
pyyaml==6.0.2
python-dotenv==1.0.1
click==8.1.7
rich==13.9.4
humanize==4.11.0
# Security & Authentication - Updated for security
passlib[bcrypt]==1.7.4
python-jose[cryptography]==3.3.0
cryptography==43.0.1 # Updated to latest secure version
# Production Server
gunicorn==23.0.0
# Development & Testing (Optional)
pytest==8.3.4
pytest-asyncio==0.24.0
pytest-cov==6.0.0
black==24.10.0
flake8==7.1.1
mypy==1.13.0
pre-commit==4.0.1