Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerler authored Oct 20, 2023
1 parent 514c403 commit b206d11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
requires = [
"setuptools>=42",
"wheel",
]
build-backend = "setuptools.build_meta"

[project]
dependencies = [
"pyusb",
"pycryptodome",
"colorama",
"shiboken6",
"pyside6",
"mock"
]
build-backend = "setuptools.build_meta"

0 comments on commit b206d11

Please sign in to comment.