Spaces:
Runtime error
Runtime error
Upload Requirements.txt
Browse files- Requirements.txt +19 -0
Requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
certifi==2020.6.20
|
| 2 |
+
chardet==3.0.4
|
| 3 |
+
cycler==0.10.0
|
| 4 |
+
idna==2.10
|
| 5 |
+
kiwisolver==1.2.0
|
| 6 |
+
lxml==4.5.2
|
| 7 |
+
matplotlib==3.2.2
|
| 8 |
+
numpy==1.19.0
|
| 9 |
+
pandas==1.0.5
|
| 10 |
+
pandas-datareader==0.9.0
|
| 11 |
+
pyparsing==2.4.7
|
| 12 |
+
python-dateutil==2.8.1
|
| 13 |
+
pytz==2020.1
|
| 14 |
+
requests==2.24.0
|
| 15 |
+
requests-cache==0.5.2
|
| 16 |
+
scipy==1.5.1
|
| 17 |
+
six==1.15.0
|
| 18 |
+
streamlit==0.62.1
|
| 19 |
+
urllib3==1.25.9
|