Upload requirements.txt
Browse files- requirements.txt +41 -0
requirements.txt
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohappyeyeballs==2.4.0
|
2 |
+
aiohttp==3.10.5
|
3 |
+
aiosignal==1.3.1
|
4 |
+
annotated-types==0.7.0
|
5 |
+
anyio==4.4.0
|
6 |
+
attrs==24.2.0
|
7 |
+
certifi==2024.7.4
|
8 |
+
charset-normalizer==3.3.2
|
9 |
+
click==8.1.7
|
10 |
+
deprecation==2.1.0
|
11 |
+
fastapi==0.112.1
|
12 |
+
frozenlist==1.4.1
|
13 |
+
gotrue==2.7.0
|
14 |
+
h11==0.14.0
|
15 |
+
h2==4.1.0
|
16 |
+
hpack==4.0.0
|
17 |
+
httpcore==1.0.5
|
18 |
+
httpx==0.27.0
|
19 |
+
hyperframe==6.0.1
|
20 |
+
idna==3.8
|
21 |
+
multidict==6.0.5
|
22 |
+
packaging==24.1
|
23 |
+
postgrest==0.16.11
|
24 |
+
pydantic==2.8.2
|
25 |
+
pydantic_core==2.20.1
|
26 |
+
python-dateutil==2.9.0.post0
|
27 |
+
python-dotenv==1.0.1
|
28 |
+
realtime==2.0.2
|
29 |
+
requests==2.32.3
|
30 |
+
six==1.16.0
|
31 |
+
sniffio==1.3.1
|
32 |
+
starlette==0.38.2
|
33 |
+
storage3==0.7.7
|
34 |
+
StrEnum==0.4.15
|
35 |
+
supabase==2.7.3
|
36 |
+
supafunc==0.5.1
|
37 |
+
typing_extensions==4.12.2
|
38 |
+
urllib3==2.2.2
|
39 |
+
uvicorn==0.30.6
|
40 |
+
websockets==12.0
|
41 |
+
yarl==1.9.4
|