From 805b584a3dad65a1f333ac55cc654aa1e2a996d8 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Mon, 13 Nov 2023 19:16:59 +0100 Subject: [PATCH] re --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 14218edd..c6605d5c 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", "isort", "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", "isort", "black"], + python_requires=">3.6, <4", tests_require=['pexpect>=3.3', 'pytest', 'epydoc', 'rlipython', 'requests'], cmdclass = { 'test' : PyTest,