-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
21 lines (18 loc) · 797 Bytes
/
requirements.txt
File metadata and controls
21 lines (18 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Professional Log Analytics Tool - Requirements
# A simple, beautiful web interface for log analysis
#
# Author: Rezaul Karim
# Email: work.rezaul@outlook.com
# Powered By: REZ LAB
# Flask - Web framework for Python
# Core web framework that provides the foundation for the log analytics application
# Handles routing, request/response processing, templating, and web server functionality
Flask==2.3.3
# Werkzeug - WSGI utility library
# Low-level WSGI utilities used by Flask for URL routing, request/response handling
# Provides secure filename handling and other essential web utilities
Werkzeug==2.3.7
# Production server for deployment (optional, for development use Flask's built-in server)
# Uncomment the following lines for production deployment:
# gunicorn==21.2.0
# gevent==22.10.2