Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
|
@@ -1 +1,9 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# todo - write an evaluation of pros and cons of version hard coding.
|
| 2 |
+
# bokeh==2.4.3
|
| 3 |
+
# streamlit==1.2.0
|
| 4 |
+
# pandas==1.3.3
|
| 5 |
+
# matplotlib==3.4.3
|
| 6 |
+
bokeh
|
| 7 |
+
streamlit
|
| 8 |
+
pandas
|
| 9 |
+
matplotlib
|