-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-master.txt
More file actions
46 lines (38 loc) · 955 Bytes
/
requirements-master.txt
File metadata and controls
46 lines (38 loc) · 955 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
# Core Testing Framework
pytest==7.4.3
pytest-cov==4.1.0
pytest-asyncio==0.21.1
pytest-mock==3.12.0
pytest-xdist==3.5.0
pytest-html==4.1.1
pytest-benchmark==4.0.0
# API Testing
requests==2.31.0
httpx==0.25.2
aiohttp==3.9.1
websockets==12.0
# Security Testing
bandit==1.7.5
safety==2.3.5
cryptography==41.0.7
# Performance Testing
locust==2.18.0
# Database Testing
psycopg2-binary==2.9.9
redis==5.0.1
sqlalchemy==2.0.23
# Monitoring Testing
prometheus-client==0.19.0
grafana-api==1.0.3
# Documentation Testing
sphinx==7.2.6
sphinx-rtd-theme==2.0.0
myst-parser==2.0.0
# Code Quality
black==23.11.0
flake8==6.1.0
mypy==1.7.1
isort==5.12.0
# Optional Test Dependencies (install only if running related tests)
# kubernetes==28.1.0 # Required for tests/integration/test_scalability.py, test_service_mesh.py, tests/contract/test_infrastructure.py
# openai==1.3.0 # Required for tests/integration/test_openai_compat.py (official client tests only)