Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sv-ttk~=2.6.1 # Tk Sun Valley theme for configuration editor
tkinter-tooltip~=3.1.2 # Tooltips for configuration editor
uptime~=3.0.1 # For System Uptime
ping3~=5.1.5 # ICMP ping implementation using raw socket
pyinstaller~=6.19.0 # bundles a Python application and all its dependencies into a single package
pyinstaller~=6.20.0 # bundles a Python application and all its dependencies into a single package
pyusb~=1.3.1 # For TURZX USB models: communicate directly through USB
pycryptodome~=3.23.0 # For TURZX USB models: decrypt/encrypt frames using DES

Expand Down
Loading