Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +78 -0
requirements.txt
CHANGED
@@ -108,3 +108,81 @@ uvicorn==0.24.0.post1
|
|
108 |
websockets==11.0.3
|
109 |
Werkzeug==3.0.1
|
110 |
yarl==1.9.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
websockets==11.0.3
|
109 |
Werkzeug==3.0.1
|
110 |
yarl==1.9.2
|
111 |
+
google-ai-generativelanguage==0.1.0
|
112 |
+
google-api-core==2.14.0
|
113 |
+
google-auth==2.23.4
|
114 |
+
google-generativeai==0.1.0rc1
|
115 |
+
googleapis-common-protos==1.61.0
|
116 |
+
gradio==4.1.2
|
117 |
+
gradio_client==0.7.0
|
118 |
+
greenlet==3.0.1
|
119 |
+
h11==0.14.0
|
120 |
+
httpcore==1.0.1
|
121 |
+
httpx==0.25.1
|
122 |
+
huggingface-hub==0.19.0
|
123 |
+
idna==3.4
|
124 |
+
importlib-resources==6.1.1
|
125 |
+
iniconfig==2.0.0
|
126 |
+
Jinja2==3.1.2
|
127 |
+
jsonpatch==1.33
|
128 |
+
jsonpointer==2.4
|
129 |
+
jsonschema==4.19.2
|
130 |
+
jsonschema-specifications==2023.7.1
|
131 |
+
kiwisolver==1.4.5
|
132 |
+
langchain==0.0.332
|
133 |
+
langchain-experimental==0.0.39
|
134 |
+
langsmith==0.0.62
|
135 |
+
markdown-it-py==3.0.0
|
136 |
+
MarkupSafe==2.1.3
|
137 |
+
marshmallow==3.20.1
|
138 |
+
matplotlib==3.8.1
|
139 |
+
mdurl==0.1.2
|
140 |
+
multidict==6.0.4
|
141 |
+
mypy-extensions==1.0.0
|
142 |
+
mysql-connector-python==8.2.0
|
143 |
+
numpy==1.26.1
|
144 |
+
openai==0.28.1
|
145 |
+
openpyxl==3.1.2
|
146 |
+
orjson==3.9.10
|
147 |
+
packaging==23.2
|
148 |
+
pandas==2.1.2
|
149 |
+
Pillow==10.1.0
|
150 |
+
pluggy==1.3.0
|
151 |
+
pydantic==2.4.2
|
152 |
+
pydantic_core==2.10.1
|
153 |
+
pydub==0.25.1
|
154 |
+
Pygments==2.16.1
|
155 |
+
PyJWT==2.8.0
|
156 |
+
pyparsing==3.1.1
|
157 |
+
pytest==7.4.3
|
158 |
+
pytest-subtests==0.11.0
|
159 |
+
python-dateutil==2.8.2
|
160 |
+
python-dotenv==1.0.0
|
161 |
+
python-multipart==0.0.6
|
162 |
+
pytz==2023.3.post1
|
163 |
+
PyYAML==6.0.1
|
164 |
+
referencing==0.30.2
|
165 |
+
requests==2.31.0
|
166 |
+
rich==13.6.0
|
167 |
+
rpds-py==0.12.0
|
168 |
+
semantic-version==2.10.0
|
169 |
+
shellingham==1.5.4
|
170 |
+
six==1.16.0
|
171 |
+
sniffio==1.3.0
|
172 |
+
SQLAlchemy==2.0.23
|
173 |
+
starlette==0.27.0
|
174 |
+
streamlit==1.29.0
|
175 |
+
tabulate==0.9.0
|
176 |
+
tenacity==8.2.3
|
177 |
+
tomli==2.0.1
|
178 |
+
tomlkit==0.12.0
|
179 |
+
toolz==0.12.0
|
180 |
+
tqdm==4.66.1
|
181 |
+
typer==0.9.0
|
182 |
+
typing-inspect==0.9.0
|
183 |
+
typing_extensions==4.8.0
|
184 |
+
tzdata==2023.3
|
185 |
+
urllib3==2.0.7
|
186 |
+
uvicorn==0.24.0.post1
|
187 |
+
websockets==11.0.3
|
188 |
+
yarl==1.9.2
|