Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -5,4 +5,6 @@ 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
|
|
|
|
|
|
|
|
|
| 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
|
| 9 |
+
cloudinary>=1.30.0
|
| 10 |
+
python-dotenv>=0.19.0
|