Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -94
requirements.txt
CHANGED
@@ -1,96 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
blinker==1.6.3
|
6 |
-
cachetools==5.3.1
|
7 |
-
certifi==2023.7.22
|
8 |
-
charset-normalizer==3.3.0
|
9 |
-
click==8.1.7
|
10 |
-
colorama==0.4.6
|
11 |
-
comm==0.1.3
|
12 |
-
debugpy==1.6.7
|
13 |
-
decorator==5.1.1
|
14 |
-
executing==1.2.0
|
15 |
-
filelock==3.12.4
|
16 |
-
fsspec==2023.9.2
|
17 |
-
gitdb==4.0.10
|
18 |
-
GitPython==3.1.37
|
19 |
-
huggingface-hub==0.18.0
|
20 |
-
idna==3.4
|
21 |
-
importlib-metadata==6.8.0
|
22 |
-
ipykernel==6.23.3
|
23 |
-
ipython==8.14.0
|
24 |
-
jedi==0.18.2
|
25 |
-
Jinja2==3.1.2
|
26 |
-
jsonschema==4.19.1
|
27 |
-
jsonschema-specifications==2023.7.1
|
28 |
-
jupyter_client==8.3.0
|
29 |
-
jupyter_core==5.3.1
|
30 |
-
markdown-it-py==3.0.0
|
31 |
-
MarkupSafe==2.1.3
|
32 |
-
matplotlib-inline==0.1.6
|
33 |
-
mdurl==0.1.2
|
34 |
-
nest-asyncio==1.5.6
|
35 |
-
numpy==1.26.0
|
36 |
-
packaging==23.2
|
37 |
-
pandas==2.1.1
|
38 |
-
parso==0.8.3
|
39 |
-
pickleshare==0.7.5
|
40 |
-
Pillow==10.0.1
|
41 |
-
platformdirs==3.8.0
|
42 |
-
prompt-toolkit==3.0.38
|
43 |
-
protobuf==4.24.4
|
44 |
-
psutil==5.9.5
|
45 |
-
pure-eval==0.2.2
|
46 |
-
pyarrow==13.0.0
|
47 |
-
pydeck==0.8.1b0
|
48 |
-
Pygments==2.15.1
|
49 |
-
python-dateutil==2.8.2
|
50 |
-
python-dotenv==1.0.0
|
51 |
-
pytz==2023.3.post1
|
52 |
-
PyYAML==6.0.1
|
53 |
-
pyzmq==25.1.0
|
54 |
-
referencing==0.30.2
|
55 |
-
requests==2.31.0
|
56 |
-
rich==13.6.0
|
57 |
-
rpds-py==0.10.4
|
58 |
-
six==1.16.0
|
59 |
-
smmap==5.0.1
|
60 |
-
stack-data==0.6.2
|
61 |
-
streamlit==1.33.0
|
62 |
-
tenacity==8.2.3
|
63 |
-
toml==0.10.2
|
64 |
-
toolz==0.12.0
|
65 |
-
tornado==6.3.2
|
66 |
-
tqdm==4.66.1
|
67 |
-
traitlets==5.9.0
|
68 |
-
typing_extensions==4.8.0
|
69 |
-
tzdata==2023.3
|
70 |
-
tzlocal==5.1
|
71 |
-
urllib3==2.0.6
|
72 |
-
validators==0.22.0
|
73 |
-
watchdog==3.0.0
|
74 |
-
wcwidth==0.2.6
|
75 |
-
zipp==3.17.0
|
76 |
-
sentence-transformers==2.2.2
|
77 |
-
pinecone-client==2.2.4
|
78 |
-
langchain-community
|
79 |
-
chromadb
|
80 |
-
google
|
81 |
-
beautifulsoup4
|
82 |
-
googlesearch-python
|
83 |
-
SpeechRecognition
|
84 |
-
PyAudio==0.2.14
|
85 |
-
audio_recorder_streamlit
|
86 |
-
PyPDF2
|
87 |
-
pytesseract
|
88 |
-
Pillow
|
89 |
-
youtube-transcript-api
|
90 |
-
datetime
|
91 |
-
google-api-python-client
|
92 |
-
google-auth-httplib2
|
93 |
-
google-auth-oauthlib
|
94 |
-
streamlit_javascript
|
95 |
openai
|
|
|
96 |
together
|
|
|
1 |
+
streamlit
|
2 |
+
pillow
|
3 |
+
python-dotenv
|
4 |
+
pydantic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
openai
|
6 |
+
pandas
|
7 |
together
|