Spaces:
Sleeping
Sleeping
Adeptschneider
commited on
Update requirements.txt
Browse files- requirements.txt +66 -3
requirements.txt
CHANGED
@@ -1,7 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gTTS==2.3.2
|
2 |
-
|
|
|
|
|
|
|
|
|
3 |
langchain==0.0.205
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
openai==0.27.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
streamlit==1.23.1
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.8.5
|
2 |
+
aiosignal==1.3.1
|
3 |
+
altair==5.1.1
|
4 |
+
async-timeout==4.0.3
|
5 |
+
attrs==23.1.0
|
6 |
+
blinker==1.6.2
|
7 |
+
cachetools==5.3.1
|
8 |
+
certifi==2023.7.22
|
9 |
+
charset-normalizer==3.2.0
|
10 |
+
click==8.1.7
|
11 |
+
dataclasses-json==0.5.14
|
12 |
+
frozenlist==1.4.0
|
13 |
+
gitdb==4.0.10
|
14 |
+
GitPython==3.1.37
|
15 |
+
greenlet==2.0.2
|
16 |
gTTS==2.3.2
|
17 |
+
idna==3.4
|
18 |
+
importlib-metadata==6.8.0
|
19 |
+
Jinja2==3.1.2
|
20 |
+
jsonschema==4.19.1
|
21 |
+
jsonschema-specifications==2023.7.1
|
22 |
langchain==0.0.205
|
23 |
+
langchainplus-sdk==0.0.20
|
24 |
+
markdown-it-py==3.0.0
|
25 |
+
MarkupSafe==2.1.3
|
26 |
+
marshmallow==3.20.1
|
27 |
+
mdurl==0.1.2
|
28 |
+
multidict==6.0.4
|
29 |
+
mypy-extensions==1.0.0
|
30 |
+
numexpr==2.8.7
|
31 |
+
numpy==1.26.0
|
32 |
openai==0.27.4
|
33 |
+
openapi-schema-pydantic==1.2.4
|
34 |
+
packaging==23.1
|
35 |
+
pandas==2.1.1
|
36 |
+
Pillow==9.5.0
|
37 |
+
protobuf==4.24.3
|
38 |
+
pyarrow==13.0.0
|
39 |
+
pydantic==1.10.12
|
40 |
+
pydeck==0.8.1b0
|
41 |
+
Pygments==2.16.1
|
42 |
+
Pympler==1.0.1
|
43 |
+
python-dateutil==2.8.2
|
44 |
+
python-dotenv==0.21.0
|
45 |
+
pytz==2023.3.post1
|
46 |
+
pytz-deprecation-shim==0.1.0.post0
|
47 |
+
PyYAML==6.0.1
|
48 |
+
referencing==0.30.2
|
49 |
+
requests==2.31.0
|
50 |
+
rich==13.5.3
|
51 |
+
rpds-py==0.10.3
|
52 |
+
six==1.16.0
|
53 |
+
smmap==5.0.1
|
54 |
+
SQLAlchemy==2.0.21
|
55 |
streamlit==1.23.1
|
56 |
+
streamlit-chat==0.0.2.2
|
57 |
+
tenacity==8.2.3
|
58 |
+
toml==0.10.2
|
59 |
+
toolz==0.12.0
|
60 |
+
tornado==6.3.3
|
61 |
+
tqdm==4.66.1
|
62 |
+
typing-inspect==0.9.0
|
63 |
+
typing_extensions==4.8.0
|
64 |
+
tzdata==2023.3
|
65 |
+
tzlocal==4.3.1
|
66 |
+
urllib3==2.0.5
|
67 |
+
validators==0.22.0
|
68 |
+
watchdog==3.0.0
|
69 |
+
yarl==1.9.2
|
70 |
+
zipp==3.17.0
|