Skip to content

Commit 2f98377

Browse files
TheBukyTheBuky
TheBuky
authored and
TheBuky
committed
Fix setup.py
1 parent b340b77 commit 2f98377

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

HISTORY.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@
33
History
44
=======
55

6+
2.0.3
7+
======
8+
9+
* Remove futures from pipeline **setup.py** requirements.
10+
611
2.0.2
712
=====
813

914
* Fix Middleware to properly decode HTML. Thank to @gatsinski
1015
* Keep mimetypes as str. Thank to @benspaulding
1116
* Based on #642 add 'NonPackagingPipelineManifestStorage' and update
1217
the documentation: **storages.rst**. Thank to @kronion
13-
* Remove futures from pipeline **setup.py** requirements.
1418

1519
2.0.1
1620
=====

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
license='MIT',
1717
packages=find_packages(exclude=['tests', 'tests.tests']),
1818
zip_safe=False,
19-
install_requires=['python_version<"3.6"'],
2019
include_package_data=True,
2120
keywords=('django pipeline asset compiling concatenation compression'
2221
' packaging'),

0 commit comments

Comments
 (0)