Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +18 -7
requirements.txt
CHANGED
@@ -1,11 +1,22 @@
|
|
1 |
-
streamlit==1.32.0
|
2 |
-
anthropic==0.18.1
|
3 |
-
python-dotenv==1.0.1
|
4 |
azure-cosmos
|
|
|
5 |
pandas
|
6 |
-
|
|
|
7 |
GitPython
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
openai
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
azure-cosmos
|
2 |
+
streamlit
|
3 |
pandas
|
4 |
+
Pillow
|
5 |
+
gradio-client
|
6 |
GitPython
|
7 |
+
PyGithub
|
8 |
+
nest_asyncio
|
9 |
+
edge-tts
|
10 |
+
streamlit-marquee
|
11 |
+
extra-streamlit-components
|
12 |
+
audio_recorder_streamlit
|
13 |
+
anthropic
|
14 |
openai
|
15 |
+
requests
|
16 |
+
numpy
|
17 |
+
pytz
|
18 |
+
beautifulsoup4
|
19 |
+
PyPDF2
|
20 |
+
python-dotenv
|
21 |
+
plotly
|
22 |
+
huggingface_hub
|