Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
-
streamlit=
|
| 2 |
-
firebase-admin=
|
| 3 |
-
pandas=
|
| 4 |
-
plotly
|
| 5 |
-
python-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.33.0
|
| 2 |
+
firebase-admin>=6.2.0
|
| 3 |
+
pandas>=2.0.0
|
| 4 |
+
plotly>=5.18.0
|
| 5 |
+
python-dateutil>=2.8.2 # Required for recurring tasks
|
| 6 |
+
pytest>=8.0.0 # Testing framework
|
| 7 |
+
python-dotenv>=1.0.0 # Environment management
|
| 8 |
+
pre-commit>=3.0.0 # Code quality hooks
|