-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
22 lines (18 loc) · 777 Bytes
/
requirements.txt
File metadata and controls
22 lines (18 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Core dependencies
flask>=2.0.1,<3.0.0 # Updated to match project requirements
werkzeug>=2.0.3,<3.0.0 # Match Flask version requirements
flask-cors>=3.0.10,<4.0.0 # Updated to match project requirements
click>=8.0.0,<9.0.0 # Allow newer compatible versions
scapy==2.5.0
psutil>=5.9.0
requests>=2.0.0
# UI dependencies
pystray>=0.19.0
Pillow>=10.0.0
# Platform-specific dependencies
pywin32>=223; sys_platform == "win32" # Required for Windows system API access
wmi>=1.5.1; sys_platform == "win32" # Required for Windows device discovery
# macOS specific dependencies
netifaces>=0.11.0; sys_platform == "darwin" # Network interface discovery for macOS
# Linux/Ubuntu specific dependencies
python-iptables>=1.0.0; sys_platform == "linux" # For Linux firewall control