Delete requirements.txt
Browse files- requirements.txt +0 -26
requirements.txt
DELETED
|
@@ -1,26 +0,0 @@
|
|
| 1 |
-
# Python dependencies for Hugging Face Spaces WordPress app
|
| 2 |
-
|
| 3 |
-
# Web framework
|
| 4 |
-
Flask==2.3.3
|
| 5 |
-
Werkzeug==2.3.7
|
| 6 |
-
|
| 7 |
-
# HTTP requests
|
| 8 |
-
requests==2.31.0
|
| 9 |
-
|
| 10 |
-
# System utilities
|
| 11 |
-
psutil==5.9.5
|
| 12 |
-
|
| 13 |
-
# JSON handling
|
| 14 |
-
jsonschema==4.19.1
|
| 15 |
-
|
| 16 |
-
# Date and time utilities
|
| 17 |
-
python-dateutil==2.8.2
|
| 18 |
-
|
| 19 |
-
# Environment variables
|
| 20 |
-
python-dotenv==1.0.0
|
| 21 |
-
|
| 22 |
-
# Logging
|
| 23 |
-
coloredlogs==15.0.1
|
| 24 |
-
|
| 25 |
-
# Security
|
| 26 |
-
cryptography==41.0.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|