Skip to content

Commit

Permalink
Merge branch 'gui' into homing
Browse files Browse the repository at this point in the history
mmouchous-ledger committed Mar 11, 2024
2 parents df29408 + d77e9a5 commit 51e03ec
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -26,4 +26,5 @@ Documentation is available on [Read the Docs](https://pystages.readthedocs.io).
This library requires the following packages:
- [pyserial](https://pypi.org/project/pyserial/)
- [numpy](https://pypi.org/project/numpy/)
- [pyusb](https://pypi.org/project/pyusb/)
- [pyusb](https://pypi.org/project/pyusb/)
- [PyQt6](https://pypi.org/project/PyQt6/)
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -20,10 +20,11 @@ classifiers = [
dependencies = [
"pyserial",
"pyusb",
"numpy"
"numpy",
"pyqt6"
]

[project.urls]
"Homepage" = "https://github.com/Ledger-Donjon/pystages"
"Bug Tracker" = "https://github.com/Ledger-Donjon/pystages/issues"
"Documentation" = "https://pystages.readthedocs.io/en/latest"
"Documentation" = "https://pystages.readthedocs.io/en/latest"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pyserial
pyusb
numpy
pyqt6

0 comments on commit 51e03ec

Please sign in to comment.