arif670 commited on
Commit
9973c35
·
verified ·
1 Parent(s): 6bfdb55

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -5
requirements.txt CHANGED
@@ -1,5 +1,8 @@
1
- streamlit==1.26.0
2
- firebase-admin==6.2.0
3
- pandas==2.0.3
4
- plotly-express==0.4.1
5
- python-dotenv==1.0.0
 
 
 
 
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