Skip to content

Commit 78cf4f8

Browse files
committed
Bump version, nuke pynput dep
1 parent e3f4e60 commit 78cf4f8

3 files changed

Lines changed: 2 additions & 10 deletions

File tree

cx_freeze/setup.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
('../vocabsieve/reader/static/',
1313
'lib/vocabsieve/reader/static/')]
1414

15-
PYNPUT_PLATFORM_SPECIFIC_MODULES = {
16-
"win32": ["pynput.keyboard._win32", "pynput.mouse._win32"],
17-
"darwin": ["pynput.keyboard._darwin", "pynput.mouse._darwin"]
18-
}
19-
2015
build_exe_options = {
2116
"includes": [
2217
"vocabsieve",
@@ -43,9 +38,8 @@
4338
"lzo",
4439
"readmdict",
4540
"packaging",
46-
"pynput",
4741
"waitress"
48-
] + PYNPUT_PLATFORM_SPECIFIC_MODULES.get(sys.platform, []),
42+
],
4943
"include_files": include_files,
5044
"zip_include_packages": ["PyQt5"],
5145
"excludes": ["tkinter"],

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ python-lzo
2727
packaging
2828
typing_extensions
2929
loguru
30-
pynput

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = vocabsieve
3-
version = 0.12.4
3+
version = 0.12.5
44
author = FreeLanguageTools
55
author_email = pypi@5f37.8shield.net
66
description = A simple, effective sentence mining tool.
@@ -46,7 +46,6 @@ install_requires =
4646
packaging
4747
typing_extensions
4848
waitress
49-
pynput
5049

5150

5251
[options.entry_points]

0 commit comments

Comments
 (0)