Create requirements.txt
Browse files- requirements.txt +28 -0
requirements.txt
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiograpi @ file:///workspace/aiograpi
|
2 |
+
aiohappyeyeballs==2.4.4
|
3 |
+
aiohttp==3.11.11
|
4 |
+
aiosignal==1.3.2
|
5 |
+
annotated-types==0.7.0
|
6 |
+
click==8.1.8
|
7 |
+
decorator==4.4.2
|
8 |
+
fastapi==0.115.7
|
9 |
+
frozenlist==1.5.0
|
10 |
+
greenlet==3.1.1
|
11 |
+
imageio==2.37.0
|
12 |
+
imageio-ffmpeg==0.6.0
|
13 |
+
moviepy==1.0.3
|
14 |
+
multidict==6.1.0
|
15 |
+
numpy==2.2.2
|
16 |
+
orjson==3.10.12
|
17 |
+
pillow==11.1.0
|
18 |
+
proglog==0.1.10
|
19 |
+
propcache==0.2.1
|
20 |
+
pycryptodomex==3.21.0
|
21 |
+
pydantic==2.9.2
|
22 |
+
pydantic_core==2.23.4
|
23 |
+
SQLAlchemy==2.0.37
|
24 |
+
starlette==0.45.3
|
25 |
+
tqdm==4.67.1
|
26 |
+
uvicorn==0.34.0
|
27 |
+
yarl==1.18.3
|
28 |
+
zstandard==0.23.0
|