-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathrequirements-ci.txt
More file actions
48 lines (40 loc) · 857 Bytes
/
requirements-ci.txt
File metadata and controls
48 lines (40 loc) · 857 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
# Minimal CI dependencies for offline UT/IT/E2E + contract tests.
# Keep this smaller than requirements.txt to avoid heavy system deps (e.g. weasyprint).
fastapi==0.115.0
python-multipart>=0.0.6
starlette>=0.37.2,<0.39.0
sse-starlette>=2.1.0
httpx[http2]>=0.27.0,<0.28.0
aiohttp>=3.8.0
beautifulsoup4>=4.11.0
lxml>=4.9.0
PyYAML>=6.0
pydantic>=2.0.0
loguru>=0.7.0
cryptography>=41.0.0
keyring>=25.0.0
SQLAlchemy>=2.0.0
alembic>=1.13.0
pytest>=7.2.0
pytest-cov>=5.0.0
pytest-asyncio>=0.21.0
pytest-mock>=3.12.0
respx>=0.21.0
aioresponses>=0.7.6
arq>=0.25.0,<0.26.0
redis>=5.0.0
openai>=1.0.0
anthropic>=0.3.0
gitpython>=3.1.0
requests>=2.28.0
jinja2>=3.1.0
markdown>=3.4.0
aiofiles>=22.1.0
python-dotenv>=0.19.0
json-repair>=0.22.0
uvicorn>=0.32.0
watchdog>=4.0.0
rapidfuzz>=3.0.0
bcrypt>=4.0.0
python-jose[cryptography]>=3.3.0
email-validator>=2.0.0