Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +77 -0
requirements.txt
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.9.5
|
2 |
+
aiosignal==1.3.1
|
3 |
+
annotated-types==0.7.0
|
4 |
+
anyio==4.4.0
|
5 |
+
attrs==23.2.0
|
6 |
+
certifi==2024.6.2
|
7 |
+
charset-normalizer==3.3.2
|
8 |
+
click==8.1.7
|
9 |
+
colorama==0.4.6
|
10 |
+
dataclasses-json==0.6.7
|
11 |
+
distro==1.9.0
|
12 |
+
dnspython==2.6.1
|
13 |
+
email_validator==2.1.1
|
14 |
+
faiss-cpu==1.8.0
|
15 |
+
fastapi==0.111.0
|
16 |
+
fastapi-cli==0.0.4
|
17 |
+
frozenlist==1.4.1
|
18 |
+
greenlet==3.0.3
|
19 |
+
h11==0.14.0
|
20 |
+
httpcore==1.0.5
|
21 |
+
httptools==0.6.1
|
22 |
+
httpx==0.27.0
|
23 |
+
idna==3.7
|
24 |
+
itsdangerous==2.2.0
|
25 |
+
Jinja2==3.1.4
|
26 |
+
jsonpatch==1.33
|
27 |
+
jsonpointer==3.0.0
|
28 |
+
langchain==0.2.5
|
29 |
+
langchain-community==0.2.5
|
30 |
+
langchain-core==0.2.7
|
31 |
+
langchain-openai==0.1.8
|
32 |
+
langchain-text-splitters==0.2.1
|
33 |
+
langsmith==0.1.77
|
34 |
+
lxml==5.2.2
|
35 |
+
markdown-it-py==3.0.0
|
36 |
+
MarkupSafe==2.1.5
|
37 |
+
marshmallow==3.21.3
|
38 |
+
mdurl==0.1.2
|
39 |
+
multidict==6.0.5
|
40 |
+
mypy-extensions==1.0.0
|
41 |
+
mysql-connector-python==8.4.0
|
42 |
+
numpy==1.26.4
|
43 |
+
openai==1.34.0
|
44 |
+
openpyxl==3.1.4
|
45 |
+
orjson==3.10.5
|
46 |
+
packaging==24.1
|
47 |
+
pydantic==2.7.4
|
48 |
+
pydantic-extra-types==2.8.2
|
49 |
+
pydantic-settings==2.3.3
|
50 |
+
pydantic_core==2.18.4
|
51 |
+
Pygments==2.18.0
|
52 |
+
PyPDF2==3.0.1
|
53 |
+
python-docx==1.1.2
|
54 |
+
python-dotenv==1.0.1
|
55 |
+
python-multipart==0.0.9
|
56 |
+
PyYAML==6.0.1
|
57 |
+
pandas==2.2.2
|
58 |
+
regex==2024.5.15
|
59 |
+
requests==2.32.3
|
60 |
+
rich==13.7.1
|
61 |
+
shellingham==1.5.4
|
62 |
+
sniffio==1.3.1
|
63 |
+
SQLAlchemy==2.0.30
|
64 |
+
starlette==0.37.2
|
65 |
+
tenacity==8.3.0
|
66 |
+
tiktoken==0.7.0
|
67 |
+
tqdm==4.66.4
|
68 |
+
typer==0.12.3
|
69 |
+
typing-inspect==0.9.0
|
70 |
+
typing_extensions==4.12.2
|
71 |
+
ujson==5.10.0
|
72 |
+
urllib3==2.2.1
|
73 |
+
uvicorn==0.30.1
|
74 |
+
watchfiles==0.22.0
|
75 |
+
websockets==12.0
|
76 |
+
yarl==1.9.4
|
77 |
+
asyncpg
|