Skip to content

Commit

Permalink
Upgrade BeautifulSoup→4.5.1; restore html5lib import
Browse files Browse the repository at this point in the history
  • Loading branch information
nimasmi authored and gasman committed Aug 25, 2016
1 parent 6039621 commit ae3fba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"django-treebeard>=3.0,<5.0",
"djangorestframework>=3.1.3",
"Pillow>=2.6.1",
"beautifulsoup4>=4.4.1",
"html5lib==0.999999",
"beautifulsoup4>=4.5.1",
"html5lib>=0.999,<1",
"Unidecode>=0.04.14",
"Willow>=0.3b4,<0.4",
]
Expand Down

0 comments on commit ae3fba1

Please sign in to comment.