Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.11.1
|
2 |
+
pandas==1.3.4
|
3 |
+
nltk
|
4 |
+
urllib3
|
5 |
+
bs4
|
6 |
+
plotly
|
7 |
+
gunicorn
|
8 |
+
psycopg2-binary
|