Spaces:
Sleeping
Sleeping
Commit
·
55a26fd
1
Parent(s):
7bd146a
update: packages
Browse files- requirements.txt +53 -3
requirements.txt
CHANGED
@@ -1,4 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
moviepy==1.0.3
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohappyeyeballs==2.4.4
|
2 |
+
aiohttp==3.11.10
|
3 |
+
aiosignal==1.3.1
|
4 |
+
annotated-types==0.7.0
|
5 |
+
anyio==4.7.0
|
6 |
+
async-timeout==5.0.1
|
7 |
+
attrs==24.2.0
|
8 |
+
certifi==2024.8.30
|
9 |
+
charset-normalizer==3.4.0
|
10 |
+
click==8.1.7
|
11 |
+
decorator==4.4.2
|
12 |
+
deprecation==2.1.0
|
13 |
+
exceptiongroup==1.2.2
|
14 |
+
fastapi==0.115.6
|
15 |
+
frozenlist==1.5.0
|
16 |
+
git-filter-repo==2.47.0
|
17 |
+
gotrue==2.11.0
|
18 |
+
h11==0.14.0
|
19 |
+
h2==4.1.0
|
20 |
+
hpack==4.0.0
|
21 |
+
httpcore==1.0.7
|
22 |
+
httpx==0.27.2
|
23 |
+
hyperframe==6.0.1
|
24 |
+
idna==3.10
|
25 |
+
imageio==2.36.1
|
26 |
+
imageio-ffmpeg==0.5.1
|
27 |
moviepy==1.0.3
|
28 |
+
multidict==6.1.0
|
29 |
+
numpy==2.2.0
|
30 |
+
packaging==24.2
|
31 |
+
Pillow==8.4.0
|
32 |
+
postgrest==0.18.0
|
33 |
+
proglog==0.1.10
|
34 |
+
propcache==0.2.1
|
35 |
+
pydantic==2.10.3
|
36 |
+
pydantic_core==2.27.1
|
37 |
+
python-dateutil==2.9.0.post0
|
38 |
+
python-dotenv==1.0.1
|
39 |
+
python-multipart==0.0.19
|
40 |
+
realtime==2.0.6
|
41 |
+
requests==2.32.3
|
42 |
+
six==1.17.0
|
43 |
+
sniffio==1.3.1
|
44 |
+
starlette==0.41.3
|
45 |
+
storage3==0.9.0
|
46 |
+
StrEnum==0.4.15
|
47 |
+
supabase==2.10.0
|
48 |
+
supafunc==0.7.0
|
49 |
+
tqdm==4.67.1
|
50 |
+
typing_extensions==4.12.2
|
51 |
+
urllib3==2.2.3
|
52 |
+
uvicorn==0.32.1
|
53 |
+
websockets==13.1
|
54 |
+
yarl==1.18.3
|