-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
57 lines (41 loc) · 2.27 KB
/
Copy pathrequirements.txt
File metadata and controls
57 lines (41 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Flask web framework
Flask==3.1.1 # Web framework for Python
Cython==3.1.2 # C-extensions for Python
# System information and performance monitoring
psutil==7.0.0 # Retrieves system metrics (CPU, memory, etc.)
GPUtil==1.4.0 # Retrieves GPU metrics (if available)
# Environment variable management
python-dotenv==1.2.2 # Loads environment variables from .env file
cryptography==48.0.1
# WSGI HTTP server for production
gunicorn==23.0.0 # Production server for running Flask applications
docker==7.1.0 # Python API for Docker containers
# Flask extensions for database and session management
flask-sqlalchemy==3.1.1 # SQLAlchemy ORM integration with Flask
flask-login==0.6.3 # User session management (authentication)
flask-session==0.8.0 # Server-side session storage
flask-migrate==4.1.0 # Handles database migrations for Flask apps
Flask-WTF==1.2.2 # Flask integration with WTForms
Flask-Caching==2.3.1 # Caching extension for Flask
Flask-Compress==1.17 # Compresses Flask HTTP responses (e.g., gzip)
flask-cors==6.0.1 # Cross-Origin Resource Sharing (CORS) support for Flask
# Flask-Limiter==3.8.0 # Rate limiting extension for Flask
# File system monitoring
watchdog==6.0.0 # Monitors filesystem events and changes
# HTTP requests library
requests==2.33.0 # Simplified HTTP requests for Python
# Internet speed testing
speedtest-cli==2.1.3 # CLI for testing internet speed
# Prometheus client for monitoring and exposing metrics
prometheus_client==0.22.1 # Exposes metrics for Prometheus to scrape
# (Optional) InfluxDB client for writing metrics to InfluxDB
# influxdb-client==1.46.0 # InfluxDB client for time-series data
# YAML parsing and configuration handling
pyyaml==6.0.2 # Reads and writes YAML configuration files
# Asynchronous HTTP client/server framework
aiohttp==3.14.0 # Async HTTP client for non-blocking requests
fpdf==1.7.2 # PDF generation library
humanize==4.12.3 # Humanizes data (e.g., file sizes, timestamps)
markdown==3.8.1
pybind11==2.13.6 # C++11 bindings for Python
beautifulsoup4==4.13.4 # HTML and XML parsing library