Update requirements.txt
Browse files- requirements.txt +25 -27
requirements.txt
CHANGED
|
@@ -1,28 +1,26 @@
|
|
| 1 |
aiograpi
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
imageio
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
yarl==1.18.3
|
| 28 |
-
zstandard==0.23.0
|
|
|
|
| 1 |
aiograpi
|
| 2 |
+
aiohttp
|
| 3 |
+
aiosignal
|
| 4 |
+
annotated-types
|
| 5 |
+
click
|
| 6 |
+
decorator
|
| 7 |
+
fastapi
|
| 8 |
+
frozenlist
|
| 9 |
+
greenlet
|
| 10 |
+
imageio
|
| 11 |
+
imageio-ffmpeg
|
| 12 |
+
multidict
|
| 13 |
+
numpy
|
| 14 |
+
orjson
|
| 15 |
+
pillow
|
| 16 |
+
proglog
|
| 17 |
+
propcache
|
| 18 |
+
pycryptodomex
|
| 19 |
+
pydantic
|
| 20 |
+
pydantic_core
|
| 21 |
+
SQLAlchemy
|
| 22 |
+
starlette
|
| 23 |
+
tqdm
|
| 24 |
+
uvicorn
|
| 25 |
+
yarl
|
| 26 |
+
zstandard
|
|
|
|
|
|