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'),