Skip to content

Commit

Permalink
Add pyusb to test requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
davet2001 committed Dec 19, 2023
1 parent 87d89a0 commit 84ed9df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyusb==1.2.1
pyusb==1.2.1
3 changes: 2 additions & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Dependencies for running tests.
pytest>=7.4.3
pyusb==1.2.1
pytest==7.4.3

0 comments on commit 84ed9df

Please sign in to comment.