Skip to content

Commit

Permalink
Merge pull request #1218 from benjaoming/remove-tinycss2-dependency
Browse files Browse the repository at this point in the history
Remove direct dependency on tinycss2
  • Loading branch information
benjaoming committed Oct 18, 2022
2 parents 3095443 + 1595b11 commit d1f4589
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Release plan
- **0.9.x** Definitely Removes Python 3.5 and 3.6 support


0.10 (unreleased)
-----------------

* Removed direct dependency on ``tinycss2``, inherited from ``bleach`` - due to old versions of pip unable to resolve


0.9
---

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def get_path(fname):
install_requirements = [
"Django>=2.1,<4.2",
"bleach[css]>=5",
"tinycss2", # bleach complains ModuleNotFoundError: No module named 'tinycss2'
"Pillow",
"django-nyt>=1.2.2,<1.3",
"django-mptt>=0.13,<0.15",
Expand Down

0 comments on commit d1f4589

Please sign in to comment.