Skip to content

Commit 31889d0

Browse files
Add httpx dependency for FastAPI test client
1 parent 2430054 commit 31889d0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

requirements.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
numpy>=1.21.0
22
pandas>=1.3.0
3-
scikit-learn>=1.0.0
3+
scikit-learn>=0.24.2
44
boto3>=1.26.0
55
fastapi>=0.68.0
66
uvicorn>=0.15.0
77
python-dotenv>=0.19.0
88
pytest>=6.2.5
9-
pytest-cov>=2.12.0
9+
pytest-cov>=2.12.1
10+
black>=21.7b0
11+
isort>=5.9.3
12+
flake8>=3.9.2
13+
httpx>=0.24.0

0 commit comments

Comments
 (0)