Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +181 -1
requirements.txt
CHANGED
@@ -18,4 +18,184 @@ uvicorn
|
|
18 |
gunicorn # Add this for production
|
19 |
redis
|
20 |
cryptography
|
21 |
-
pdfminer.six
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
gunicorn # Add this for production
|
19 |
redis
|
20 |
cryptography
|
21 |
+
pdfminer.six
|
22 |
+
annotated-types==0.7.0
|
23 |
+
anyio==4.8.0
|
24 |
+
asttokens==3.0.0
|
25 |
+
async-timeout==5.0.1
|
26 |
+
attrs==25.3.0
|
27 |
+
bcrypt==4.3.0
|
28 |
+
beautifulsoup4==4.13.3
|
29 |
+
blis==0.7.11
|
30 |
+
cachetools==5.5.2
|
31 |
+
catalogue==1.0.2
|
32 |
+
certifi==2025.1.31
|
33 |
+
cffi==1.17.1
|
34 |
+
chardet==5.2.0
|
35 |
+
charset-normalizer==3.4.1
|
36 |
+
click==8.1.8
|
37 |
+
cloudpathlib==0.21.1
|
38 |
+
colorama==0.4.6
|
39 |
+
comm==0.2.2
|
40 |
+
confection==0.1.5
|
41 |
+
cryptography==44.0.2
|
42 |
+
cymem==2.0.11
|
43 |
+
debugpy==1.8.12
|
44 |
+
decorator==5.2.1
|
45 |
+
distro==1.9.0
|
46 |
+
dnspython==2.7.0
|
47 |
+
docx==0.2.4
|
48 |
+
docx2txt==0.9
|
49 |
+
ecdsa==0.19.0
|
50 |
+
einops==0.8.1
|
51 |
+
email_validator==2.2.0
|
52 |
+
en-core-web-sm==2.3.1
|
53 |
+
en_core_web_lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.8.0/en_core_web_lg-3.8.0-py3-none-any.whl
|
54 |
+
exceptiongroup==1.2.2
|
55 |
+
executing==2.2.0
|
56 |
+
fastapi==0.115.10
|
57 |
+
fastapi-cli==0.0.7
|
58 |
+
filelock==3.17.0
|
59 |
+
fsspec==2025.2.0
|
60 |
+
git-filter-repo==2.47.0
|
61 |
+
google-ai-generativelanguage==0.6.15
|
62 |
+
google-api-core==2.25.1
|
63 |
+
google-api-python-client==2.172.0
|
64 |
+
google-auth==2.38.0
|
65 |
+
google-auth-httplib2==0.2.0
|
66 |
+
google-genai==1.3.0
|
67 |
+
google-generativeai==0.8.5
|
68 |
+
googleapis-common-protos==1.70.0
|
69 |
+
grpcio==1.73.0
|
70 |
+
grpcio-status==1.71.0
|
71 |
+
h11==0.14.0
|
72 |
+
httpcore==1.0.7
|
73 |
+
httplib2==0.22.0
|
74 |
+
httptools==0.6.4
|
75 |
+
httpx==0.28.1
|
76 |
+
huggingface-hub==0.29.1
|
77 |
+
idna==3.10
|
78 |
+
ipykernel==6.29.5
|
79 |
+
ipython==8.33.0
|
80 |
+
itsdangerous==2.2.0
|
81 |
+
jedi==0.19.2
|
82 |
+
Jinja2==3.1.5
|
83 |
+
jiter==0.10.0
|
84 |
+
joblib==1.4.2
|
85 |
+
jsonpatch==1.33
|
86 |
+
jsonpointer==3.0.0
|
87 |
+
jsonschema==4.24.0
|
88 |
+
jsonschema-specifications==2025.4.1
|
89 |
+
jupyter_client==8.6.3
|
90 |
+
jupyter_core==5.7.2
|
91 |
+
langchain-core==0.3.65
|
92 |
+
langchain-text-splitters==0.3.8
|
93 |
+
langcodes==3.5.0
|
94 |
+
langsmith==0.3.45
|
95 |
+
language_data==1.3.0
|
96 |
+
lxml==5.3.1
|
97 |
+
marisa-trie==1.2.1
|
98 |
+
markdown-it-py==3.0.0
|
99 |
+
MarkupSafe==3.0.2
|
100 |
+
matplotlib-inline==0.1.7
|
101 |
+
mdurl==0.1.2
|
102 |
+
motor==3.7.1
|
103 |
+
mpmath==1.3.0
|
104 |
+
murmurhash==1.0.13
|
105 |
+
nest-asyncio==1.6.0
|
106 |
+
networkx==3.4.2
|
107 |
+
nltk==3.9.1
|
108 |
+
numpy==2.2.3
|
109 |
+
openai==1.86.0
|
110 |
+
orjson==3.10.15
|
111 |
+
packaging==24.2
|
112 |
+
pandas==2.3.0
|
113 |
+
parso==0.8.4
|
114 |
+
passlib==1.7.4
|
115 |
+
pdfminer==20191125
|
116 |
+
pdfminer.six==20250506
|
117 |
+
pillow==11.1.0
|
118 |
+
pinecone==7.0.2
|
119 |
+
pinecone-client==6.0.0
|
120 |
+
pinecone-plugin-assistant==1.7.0
|
121 |
+
pinecone-plugin-interface==0.0.7
|
122 |
+
plac==1.1.3
|
123 |
+
platformdirs==4.3.6
|
124 |
+
preshed==3.0.10
|
125 |
+
prompt_toolkit==3.0.50
|
126 |
+
proto-plus==1.26.1
|
127 |
+
protobuf==5.29.5
|
128 |
+
psutil==7.0.0
|
129 |
+
pure_eval==0.2.3
|
130 |
+
pyasn1==0.4.8
|
131 |
+
pyasn1_modules==0.4.1
|
132 |
+
pycparser==2.22
|
133 |
+
pycryptodome==3.23.0
|
134 |
+
pydantic==2.10.6
|
135 |
+
pydantic-extra-types==2.10.2
|
136 |
+
pydantic-settings==2.8.1
|
137 |
+
pydantic_core==2.27.2
|
138 |
+
Pygments==2.19.1
|
139 |
+
pymongo==4.11.1
|
140 |
+
PyMuPDF==1.25.3
|
141 |
+
pyparsing==3.2.3
|
142 |
+
pyresparser==1.0.6
|
143 |
+
pyrsistent==0.20.0
|
144 |
+
python-dateutil==2.9.0.post0
|
145 |
+
python-docx==1.1.2
|
146 |
+
python-dotenv==1.0.1
|
147 |
+
python-jose==3.4.0
|
148 |
+
python-multipart==0.0.20
|
149 |
+
pytz==2025.2
|
150 |
+
pywin32==308
|
151 |
+
PyYAML==6.0.2
|
152 |
+
pyzmq==26.2.1
|
153 |
+
redis==5.2.1
|
154 |
+
referencing==0.36.2
|
155 |
+
regex==2024.11.6
|
156 |
+
requests==2.32.3
|
157 |
+
requests-toolbelt==1.0.0
|
158 |
+
rich==13.9.4
|
159 |
+
rich-toolkit==0.13.2
|
160 |
+
rpds-py==0.25.1
|
161 |
+
rsa==4.9
|
162 |
+
safetensors==0.5.3
|
163 |
+
scikit-learn==1.6.1
|
164 |
+
scipy==1.15.2
|
165 |
+
sentence-transformers==3.4.1
|
166 |
+
shellingham==1.5.4
|
167 |
+
six==1.17.0
|
168 |
+
smart-open==7.1.0
|
169 |
+
sniffio==1.3.1
|
170 |
+
sortedcontainers==2.4.0
|
171 |
+
soupsieve==2.6
|
172 |
+
spacy==2.3.9
|
173 |
+
spacy-legacy==3.0.12
|
174 |
+
spacy-loggers==1.0.5
|
175 |
+
srsly==1.0.7
|
176 |
+
stack-data==0.6.3
|
177 |
+
starlette==0.46.0
|
178 |
+
sympy==1.13.1
|
179 |
+
tenacity==9.1.2
|
180 |
+
thinc==7.4.6
|
181 |
+
threadpoolctl==3.5.0
|
182 |
+
tokenizers==0.21.0
|
183 |
+
torch==2.6.0
|
184 |
+
tornado==6.4.2
|
185 |
+
tqdm==4.67.1
|
186 |
+
traitlets==5.14.3
|
187 |
+
transformers==4.49.0
|
188 |
+
typer==0.15.2
|
189 |
+
typing_extensions==4.12.2
|
190 |
+
tzdata==2025.2
|
191 |
+
ujson==5.10.0
|
192 |
+
uritemplate==4.2.0
|
193 |
+
urllib3==2.3.0
|
194 |
+
uvicorn==0.34.0
|
195 |
+
wasabi==0.10.1
|
196 |
+
watchfiles==1.0.4
|
197 |
+
wcwidth==0.2.13
|
198 |
+
weasel==0.4.1
|
199 |
+
websockets==14.2
|
200 |
+
wrapt==1.17.2
|
201 |
+
zstandard==0.23.0
|