Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +45 -0
requirements.txt
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohappyeyeballs==2.4.3
|
2 |
+
aiohttp==3.11.7
|
3 |
+
aiosignal==1.3.1
|
4 |
+
annotated-types==0.7.0
|
5 |
+
anyio==4.6.2.post1
|
6 |
+
attrs==24.2.0
|
7 |
+
blinker==1.9.0
|
8 |
+
certifi==2024.8.30
|
9 |
+
click==8.1.7
|
10 |
+
deprecation==2.1.0
|
11 |
+
Flask==3.1.0
|
12 |
+
Flask-Cors==5.0.0
|
13 |
+
frozenlist==1.5.0
|
14 |
+
gotrue==2.11.0
|
15 |
+
h11==0.14.0
|
16 |
+
h2==4.1.0
|
17 |
+
hpack==4.0.0
|
18 |
+
httpcore==1.0.7
|
19 |
+
httpx==0.27.2
|
20 |
+
hyperframe==6.0.1
|
21 |
+
idna==3.10
|
22 |
+
itsdangerous==2.2.0
|
23 |
+
Jinja2==3.1.4
|
24 |
+
lxml==5.3.0
|
25 |
+
MarkupSafe==3.0.2
|
26 |
+
multidict==6.1.0
|
27 |
+
packaging==24.2
|
28 |
+
pillow==11.0.0
|
29 |
+
postgrest==0.18.0
|
30 |
+
propcache==0.2.0
|
31 |
+
pydantic==2.10.2
|
32 |
+
pydantic_core==2.27.1
|
33 |
+
python-dateutil==2.9.0.post0
|
34 |
+
python-docx==1.1.2
|
35 |
+
python-magic==0.4.27
|
36 |
+
realtime==2.0.6
|
37 |
+
six==1.16.0
|
38 |
+
sniffio==1.3.1
|
39 |
+
storage3==0.9.0
|
40 |
+
supabase==2.10.0
|
41 |
+
supafunc==0.7.0
|
42 |
+
typing_extensions==4.12.2
|
43 |
+
websockets==13.1
|
44 |
+
Werkzeug==3.1.3
|
45 |
+
yarl==1.18.0
|