diff --git a/setup.py b/setup.py index 01db9c90..f0cdf5bb 100755 --- a/setup.py +++ b/setup.py @@ -221,8 +221,8 @@ def make_distribution(self): "License :: OSI Approved :: MIT License", "Programming Language :: Python", ], - install_requires=["six", "toml", "pathlib ; python_version<'3'"], - python_requires=">3.0, !=3.0.*, !=3.1.*, !=3.2.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, <4", + install_requires=["six", "toml", "pathlib ; python_version<'3'", 'black'], + python_requires=">3.6, <4", tests_require=['pexpect>=3.3', 'pytest', 'epydoc', 'rlipython', 'requests'], cmdclass = { 'test' : PyTest,