File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33 History
44=======
55
6+ 2.0.3
7+ ======
8+
9+ * Remove futures from pipeline **setup.py ** requirements.
10+
6112.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
15192.0.1
1620=====
Original file line number Diff line number Diff line change 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' ),
You can’t perform that action at this time.
0 commit comments