Spaces:
Running
Running
Istvan-Adem
commited on
Commit
·
bf82937
1
Parent(s):
b0d3425
add reqs
Browse files- requirements.txt +27 -0
requirements.txt
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
annotated-types==0.7.0
|
2 |
+
anyio==4.8.0
|
3 |
+
certifi==2024.12.14
|
4 |
+
click==8.1.8
|
5 |
+
distro==1.9.0
|
6 |
+
fastapi==0.115.6
|
7 |
+
h11==0.14.0
|
8 |
+
httpcore==1.0.7
|
9 |
+
httptools==0.6.4
|
10 |
+
httpx==0.28.1
|
11 |
+
idna==3.10
|
12 |
+
jiter==0.8.2
|
13 |
+
openai==1.59.9
|
14 |
+
pydantic==2.10.5
|
15 |
+
pydantic_core==2.27.2
|
16 |
+
pydash==8.0.5
|
17 |
+
python-dotenv==1.0.1
|
18 |
+
python-multipart==0.0.20
|
19 |
+
PyYAML==6.0.2
|
20 |
+
sniffio==1.3.1
|
21 |
+
starlette==0.41.3
|
22 |
+
tqdm==4.67.1
|
23 |
+
typing_extensions==4.12.2
|
24 |
+
uvicorn==0.34.0
|
25 |
+
uvloop==0.21.0
|
26 |
+
watchfiles==1.0.4
|
27 |
+
websockets==14.2
|