-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathrequirements.txt
More file actions
51 lines (37 loc) · 790 Bytes
/
requirements.txt
File metadata and controls
51 lines (37 loc) · 790 Bytes
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
requests>=2.31.0,<3
# Core API framework
fastapi==0.129.0
uvicorn[standard]==0.41.0
# Data validation and serialization
pydantic==2.12.5
pydantic-settings==2.13.1
# HTTP client for external requests
httpx==0.28.1
# Redis for session management
redis==7.2.0
# SQLite async support for metrics
aiosqlite>=0.19.0
# MinIO/S3 client
minio==7.2.20
# Date/time parsing utilities
python-dateutil==2.9.0.post0
# Testing framework
pytest==9.0.2
pytest-asyncio==1.3.0
pytest-cov==4.1.0
pytest-mock==3.15.1
# Development tools
black>=24.3.0
flake8==7.3.0
mypy==1.19.1
# Environment management
python-dotenv==1.2.1
# Logging
structlog==25.5.0
# File handling
python-multipart>=0.0.18
Unidecode==1.4.0
# System monitoring for performance tests
psutil==7.2.2
# Stress testing
locust==2.43.3