summarylogtreecommitdiffstats
path: root/usb.patch
blob: 145c6c764b53d950740f688ca05f88a582f4b7aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff --git a/pyproject.toml b/pyproject.toml
index 348cdce..36d4168 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,6 @@ requires = [
     "wheel",
     "pyusb",
     "pycryptodome",
-    "colorama",
-    "usb"
+    "colorama"
 ]
 build-backend = "setuptools.build_meta"
diff --git a/requirements.txt b/requirements.txt
index 946fe9a..cde3398 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,5 +2,3 @@ wheel
 pyusb
 pycryptodome
 colorama
-usb
-