Spaces:
Running
Running
add reqs
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
@@ -7,6 +7,7 @@ distro==1.9.0
|
|
7 |
dnspython==2.7.0
|
8 |
ecdsa==0.19.0
|
9 |
email_validator==2.2.0
|
|
|
10 |
fastapi==0.115.5
|
11 |
h11==0.14.0
|
12 |
httpcore==1.0.7
|
@@ -15,14 +16,21 @@ httpx==0.27.2
|
|
15 |
idna==3.10
|
16 |
jiter==0.7.1
|
17 |
motor==3.6.0
|
|
|
18 |
openai==1.54.4
|
|
|
|
|
19 |
passlib==1.7.4
|
20 |
pyasn1==0.6.1
|
21 |
pydantic==2.10.2
|
22 |
pydantic_core==2.27.1
|
|
|
23 |
pymongo==4.9.2
|
|
|
24 |
python-dotenv==1.0.1
|
25 |
python-jose==3.3.0
|
|
|
|
|
26 |
PyYAML==6.0.2
|
27 |
rsa==4.9
|
28 |
six==1.16.0
|
@@ -30,7 +38,8 @@ sniffio==1.3.1
|
|
30 |
starlette==0.41.3
|
31 |
tqdm==4.67.0
|
32 |
typing_extensions==4.12.2
|
|
|
33 |
uvicorn==0.32.1
|
34 |
uvloop==0.21.0
|
35 |
watchfiles==1.0.0
|
36 |
-
websockets==14.1
|
|
|
7 |
dnspython==2.7.0
|
8 |
ecdsa==0.19.0
|
9 |
email_validator==2.2.0
|
10 |
+
faiss-cpu==1.9.0.post1
|
11 |
fastapi==0.115.5
|
12 |
h11==0.14.0
|
13 |
httpcore==1.0.7
|
|
|
16 |
idna==3.10
|
17 |
jiter==0.7.1
|
18 |
motor==3.6.0
|
19 |
+
numpy==2.2.1
|
20 |
openai==1.54.4
|
21 |
+
packaging==24.2
|
22 |
+
pandas==2.2.3
|
23 |
passlib==1.7.4
|
24 |
pyasn1==0.6.1
|
25 |
pydantic==2.10.2
|
26 |
pydantic_core==2.27.1
|
27 |
+
pydash==8.0.4
|
28 |
pymongo==4.9.2
|
29 |
+
python-dateutil==2.9.0.post0
|
30 |
python-dotenv==1.0.1
|
31 |
python-jose==3.3.0
|
32 |
+
python-multipart==0.0.20
|
33 |
+
pytz==2024.2
|
34 |
PyYAML==6.0.2
|
35 |
rsa==4.9
|
36 |
six==1.16.0
|
|
|
38 |
starlette==0.41.3
|
39 |
tqdm==4.67.0
|
40 |
typing_extensions==4.12.2
|
41 |
+
tzdata==2024.2
|
42 |
uvicorn==0.32.1
|
43 |
uvloop==0.21.0
|
44 |
watchfiles==1.0.0
|
45 |
+
websockets==14.1
|