We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129be6e commit 8029098Copy full SHA for 8029098
2 files changed
dist/PyWinBox-0.6-py3-none-any.whl
0 Bytes
setup.py
@@ -37,13 +37,13 @@
37
install_requires=[
38
"pywin32>=302; sys_platform == 'win32'",
39
"python-xlib>=0.21; sys_platform == 'linux'",
40
- "pyobjc>=8.1; sys_platform == 'darwin'"
+ "pyobjc>=8.1; sys_platform == 'darwin'",
41
+ "typing_extensions>=4.4.0"
42
],
43
extras_require={
44
'dev': [
45
"types-setuptools>=65.5",
46
"mypy>=0.990",
- "typing_extensions>=4.4.0",
47
"types-pywin32>=305.0.0.3",
48
"types-python-xlib>=0.32",
49
"pywinctl>=0.1"
0 commit comments