Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
fastapi==0.95.1
|
2 |
uvicorn==0.22.0
|
3 |
-
|
4 |
-
|
5 |
python-dotenv==1.0.0
|
6 |
-
|
|
|
1 |
fastapi==0.95.1
|
2 |
uvicorn==0.22.0
|
3 |
+
httpx==0.24.0
|
4 |
+
python-multipart==0.0.5
|
5 |
python-dotenv==1.0.0
|
6 |
+
Pillow==10.0.0
|