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 3
3
History
4
4
=======
5
5
6
+ 2.0.3
7
+ ======
8
+
9
+ * Remove futures from pipeline **setup.py ** requirements.
10
+
6
11
2.0.2
7
12
=====
8
13
9
14
* Fix Middleware to properly decode HTML. Thank to @gatsinski
10
15
* Keep mimetypes as str. Thank to @benspaulding
11
16
* Based on #642 add 'NonPackagingPipelineManifestStorage' and update
12
17
the documentation: **storages.rst **. Thank to @kronion
13
- * Remove futures from pipeline **setup.py ** requirements.
14
18
15
19
2.0.1
16
20
=====
Original file line number Diff line number Diff line change 16
16
license = 'MIT' ,
17
17
packages = find_packages (exclude = ['tests' , 'tests.tests' ]),
18
18
zip_safe = False ,
19
- install_requires = ['python_version<"3.6"' ],
20
19
include_package_data = True ,
21
20
keywords = ('django pipeline asset compiling concatenation compression'
22
21
' packaging' ),
You can’t perform that action at this time.
0 commit comments