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.
2 parents c9c3048 + 1e17193 commit bb78312Copy full SHA for bb78312
setup.py
@@ -83,9 +83,7 @@
83
# see https://www.python.org/dev/peps/pep-0345/#version-specifiers
84
python_requires=">=3.6",
85
install_requires=[
86
- # Note setuptools provides pkg_resources which python-can makes use of,
87
- # but we assume it is already installed.
88
- # "setuptools",
+ "setuptools",
89
"wrapt~=1.10",
90
'windows-curses;platform_system=="Windows" and platform_python_implementation=="CPython"',
91
"typing_extensions>=3.10.0.0",
0 commit comments