Spaces:
Runtime error
Runtime error
adrien.aribaut-gaudin
commited on
Commit
·
d483943
1
Parent(s):
9ff01ff
added requirements.txt
Browse files- requirements.txt +39 -0
requirements.txt
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
argcomplete==3.1.2
|
2 |
+
attr==0.3.2
|
3 |
+
cffi==1.15.1
|
4 |
+
chromadb==0.4.8
|
5 |
+
ConfigParser==6.0.0
|
6 |
+
contextlib2==21.6.0
|
7 |
+
Cython==3.0.2
|
8 |
+
defusedxml==0.7.1
|
9 |
+
dl==0.1.0
|
10 |
+
docutils==0.20.1
|
11 |
+
gradio==3.45.2
|
12 |
+
HTMLParser==0.0.2
|
13 |
+
ipython==8.15.0
|
14 |
+
ipywidgets==8.1.1
|
15 |
+
Jinja2==3.1.2
|
16 |
+
jnius==1.1.0
|
17 |
+
keyring==23.5.0
|
18 |
+
langchain==0.0.304
|
19 |
+
lockfile==0.12.2
|
20 |
+
mock==5.1.0
|
21 |
+
numpy==1.25.2
|
22 |
+
olefile==0.46
|
23 |
+
pandas==2.1.1
|
24 |
+
pdf2image==1.16.3
|
25 |
+
protobuf==4.24.3
|
26 |
+
pycryptodome==3.19.0
|
27 |
+
pygame==2.5.2
|
28 |
+
pyOpenSSL==23.2.0
|
29 |
+
PyQt6==6.5.2
|
30 |
+
PySide6==6.5.2
|
31 |
+
pytesseract==0.3.10
|
32 |
+
python_bcrypt==0.3.2
|
33 |
+
railroad==0.5.0
|
34 |
+
Sphinx==7.2.6
|
35 |
+
tornado==6.3.3
|
36 |
+
trove_classifiers==2023.9.19
|
37 |
+
truststore==0.8.0
|
38 |
+
urllib3_secure_extra==0.1.0
|
39 |
+
xmlrpclib==1.0.1
|