Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBuky authored and TheBuky committed May 23, 2020
1 parent b340b77 commit 2f98377
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@
History
=======

2.0.3
======

* Remove futures from pipeline **setup.py** requirements.

2.0.2
=====

* Fix Middleware to properly decode HTML. Thank to @gatsinski
* 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
=====
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 2f98377

Please sign in to comment.