Skip to content

Commit 34aee6b

Browse files
committed
constrain evdev package version
1 parent 5279766 commit 34aee6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

reqs/constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ cryptography==35.0.0
1818
dmgbuild==1.5.2
1919
docutils==0.18
2020
ds-store==1.3.0
21+
evdev==1.7.1
2122
hidapi==0.11.0.post2
2223
idna==3.3
2324
importlib-metadata==4.8.1

reqs/dist.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pyobjc-framework-Quartz>=4.0; "darwin" in sys_platform
77
pyserial>=2.7
88
python-xlib>=0.16; ("linux" in sys_platform or "bsd" in sys_platform) and python_version < "3.9"
99
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
10+
evdev>=1.4.0; "linux" in sys_platform or "bsd" in sys_platform
1111
rtf_tokenize
1212
setuptools
1313
wcwidth

0 commit comments

Comments
 (0)