Update requirements
Browse files- requirements.txt +22 -11
requirements.txt
CHANGED
@@ -1,11 +1,22 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
annotated-types==0.6.0
|
3 |
+
anyio==3.7.1
|
4 |
+
certifi==2023.11.17
|
5 |
+
charset-normalizer==3.3.2
|
6 |
+
click==8.1.7
|
7 |
+
exceptiongroup==1.2.0
|
8 |
+
fastapi==0.104.1
|
9 |
+
h11==0.14.0
|
10 |
+
httpcore==1.0.2
|
11 |
+
httpx==0.25.2
|
12 |
+
idna==3.6
|
13 |
+
Pillow==10.1.0
|
14 |
+
pydantic==2.5.2
|
15 |
+
pydantic_core==2.14.5
|
16 |
+
python-multipart==0.0.6
|
17 |
+
requests==2.31.0
|
18 |
+
sniffio==1.3.0
|
19 |
+
starlette==0.27.0
|
20 |
+
typing_extensions==4.8.0
|
21 |
+
urllib3==2.1.0
|
22 |
+
uvicorn==0.24.0.post1
|