Spaces:
No application file
No application file
Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
boto3>=1.28.0
|
| 2 |
+
botocore>=1.31.0
|
| 3 |
+
tenacity>=8.2.0
|
| 4 |
+
streamlit>=1.24.0
|
| 5 |
+
python-dotenv>=1.0.0
|
| 6 |
+
pytest>=7.4.0
|
| 7 |
+
pytest-cov>=4.0.0
|
| 8 |
+
pandas>=1.5.0
|