Spaces:
Running
Running
poemsforaphrodite
commited on
Commit
•
299c79a
1
Parent(s):
1c9b44f
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
pandas
|
3 |
+
plotly
|
4 |
+
numpy
|
5 |
+
pymongo
|
6 |
+
python-dotenv
|
7 |
+
bcrypt
|
8 |
+
openai
|
9 |
+
streamlit-plotly-events
|
10 |
+
pinecone-client
|
11 |
+
tiktoken
|