Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# requirements.txt
|
2 |
+
streamlit
|
3 |
+
pytz
|
4 |
+
edge-tts
|
5 |
+
nest_asyncio
|
6 |
+
PyPDF2
|
7 |
+
python-dotenv
|
8 |
+
# streamlit-marquee
|
9 |
+
streamlit-js-eval
|
10 |
+
pillow
|
11 |
+
websockets # Added back for multiplayer
|