Rename Pipfile to requirements.txt
Browse files- Pipfile +0 -3
- requirements.txt +5 -0
Pipfile
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
matplotlib.pyplot
|
2 |
-
seaborn
|
3 |
-
pandas
|
|
|
|
|
|
|
|
requirements.txt
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==0.91.0
|
2 |
+
pandas==1.3.3
|
3 |
+
numpy==1.21.2
|
4 |
+
matplotlib==3.4.3
|
5 |
+
seaborn==0.11.2
|