remove invalid extras_require

This commit is contained in:
mawenbo 2024-05-23 17:25:56 +08:00 committed by GitHub
parent f720a68370
commit 4a411d5ec1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -72,10 +72,6 @@ setup(
install_requires=INSTALL_REQUIRES,
tests_require=TESTS_REQUIRES,
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*",
extras_require={
"python_version>'2.7'": ["certifi>=2022.12.7"],
"python_version=='2.7'": ["futures>=3.3.0", "configparser>=4.0.2"]
},
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',