From 2f983772fa12c861cee8cb170c7f67b2a7973eff Mon Sep 17 00:00:00 2001 From: TheBuky Date: Sat, 23 May 2020 11:54:34 +0000 Subject: [PATCH] Fix setup.py --- HISTORY.rst | 6 +++++- setup.py | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index a1f7eee9..240b9a1d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ======= +2.0.3 +====== + +* Remove futures from pipeline **setup.py** requirements. + 2.0.2 ===== @@ -10,7 +15,6 @@ History * Keep mimetypes as str. Thank to @benspaulding * Based on #642 add 'NonPackagingPipelineManifestStorage' and update the documentation: **storages.rst**. Thank to @kronion -* Remove futures from pipeline **setup.py** requirements. 2.0.1 ===== diff --git a/setup.py b/setup.py index fe0ed56a..75a8913c 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,6 @@ license='MIT', packages=find_packages(exclude=['tests', 'tests.tests']), zip_safe=False, - install_requires=['python_version<"3.6"'], include_package_data=True, keywords=('django pipeline asset compiling concatenation compression' ' packaging'),