Skip to content

Commit

Permalink
Merge pull request #1581 from michael-k/requirements
Browse files Browse the repository at this point in the history
Drop install/extras_require for Python < 3.5
  • Loading branch information
trbs committed Sep 7, 2020
2 parents 6fdddd3 + f20bddf commit fbd3282
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ def fullsplit(path, result=None):

if int(setuptools.__version__.split(".", 1)[0]) < 18:
assert "bdist_wheel" not in sys.argv, "setuptools 18 or later is required for wheels."
elif int(setuptools.__version__.split(".", 1)[0]) >= 36:
install_requires.append('typing;python_version<"3.5"')
else:
extras_require[":python_version<'3.5'"] = ["typing"]

long_description = """django-extensions bundles several useful
additions for Django projects. See the project page for more information:
Expand Down

0 comments on commit fbd3282

Please sign in to comment.