We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5279766 commit 34aee6bCopy full SHA for 34aee6b
reqs/constraints.txt
@@ -18,6 +18,7 @@ cryptography==35.0.0
18
dmgbuild==1.5.2
19
docutils==0.18
20
ds-store==1.3.0
21
+evdev==1.7.1
22
hidapi==0.11.0.post2
23
idna==3.3
24
importlib-metadata==4.8.1
reqs/dist.txt
@@ -7,7 +7,7 @@ pyobjc-framework-Quartz>=4.0; "darwin" in sys_platform
7
pyserial>=2.7
8
python-xlib>=0.16; ("linux" in sys_platform or "bsd" in sys_platform) and python_version < "3.9"
9
python-xlib>=0.29; ("linux" in sys_platform or "bsd" in sys_platform) and python_version >= "3.9"
10
-evdev; "linux" in sys_platform or "bsd" in sys_platform
+evdev>=1.4.0; "linux" in sys_platform or "bsd" in sys_platform
11
rtf_tokenize
12
setuptools
13
wcwidth
0 commit comments