-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
41 lines (34 loc) · 880 Bytes
/
requirements-dev.txt
File metadata and controls
41 lines (34 loc) · 880 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
# Test dependencies (no ML/search dependencies needed for tests)
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
# Core dependencies needed for tests (without sentence-transformers/torch)
fastapi>=0.109.0
uvicorn[standard]>=0.24.0
httpx[http2]>=0.25.0
pydantic>=2.4.0
pydantic-settings>=2.0.0
python-dotenv>=1.0.0
tenacity>=8.2.2
# Performance dependencies
slowapi>=0.1.9
aiocache>=0.12.2
# Observability dependencies
prometheus-client>=0.19.0
opentelemetry-api>=1.21.0
opentelemetry-sdk>=1.21.0
opentelemetry-instrumentation-fastapi>=0.42b0
opentelemetry-instrumentation-httpx>=0.42b0
opentelemetry-exporter-otlp-proto-grpc>=1.21.0
# Load testing
locust>=2.15.0
# Code quality
ruff>=0.1.0
mypy>=1.7.0
types-requests>=2.31.0
# Security scanning
bandit>=1.7.5
safety>=2.3.5
# Only scraper dependencies (no indexer/search engine)
beautifulsoup4>=4.12.0
lxml>=5.0.0