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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers=[
dependencies = [
"asciimatics == 1.15.0", # Oct 4 2023, only used for the Text UI
"packaging == 23.2", # Oct 4 2023, used for version comparisons
"prompt_toolkit == 3.0.43", # Oct 4 2023, used for command line interface
"prompt_toolkit == 3.0.52", # Oct 4 2023, used for command line interface
"psutil == 5.9.8", # Oct 4 2023, pulls system stats into TUI and BCP
"pyserial == 3.5", # Oct 4 2023, some older platforms use this
"pyserial-asyncio == 0.6", # Oct 4 2023, handles all modern serial communication
Expand Down
Loading