File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,14 @@ babel~=2.18.0 # Date/time formatting
77ruamel.yaml ~= 0.19.1 # For configuration editor
88sv-ttk ~= 2.6.1 # Tk Sun Valley theme for configuration editor
99tkinter-tooltip ~= 3.1.2 # Tooltips for configuration editor
10- uptime ~= 3.0.1 # For System Uptime
11- requests ~= 2.32.5 # HTTP library
10+ uptime ~= 3.0.1 # For System Uptime
1211ping3 ~= 5.1.5 # ICMP ping implementation using raw socket
1312pyinstaller ~= 6.19.0 # bundles a Python application and all its dependencies into a single package
1413
14+ # HTTP library
15+ requests ~= 2.32.5 ; python_version < "3.10"
16+ requests ~= 2.33.1 ; python_version >= "3.10"
17+
1518# Image generation
1619Pillow ~= 11.3.0 ; python_version < "3.10" # For Python 3.9, only Pillow 11.x is supported
1720Pillow ~= 12.2.0 ; python_version >= "3.10" # For Python 3.10+, any Pillow 12.x is fine
You can’t perform that action at this time.
0 commit comments