Skip to content

Commit 0d8ecbc

Browse files
committed
Prevent installation of incompatible html5lib versions. Specify setuptools 18.5 to avoid later problems when downgrading to minimum required versions, then upgrading again.
- Legacy-Id: 11670
1 parent b301ffe commit 0d8ecbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- conf-mode -*-
2-
setuptools>=1.2 # Require this first, to prevent later errors
2+
setuptools>=18.5 # Require this first, to prevent later errors
33
#
44
coverage>=4.0.1,!=4.0.2
55
#cssselect>=0.6.1 # for PyQuery
@@ -14,7 +14,7 @@ docutils>=0.12
1414
factory-boy>=2.7.0
1515
# fake-factory==0.5.3 # from factory-boy
1616
hashids>=1.1.0
17-
html5lib>=0.90
17+
html5lib>=0.90,<0.99999999 # ietf.utils.html needs a rewrite for html5lib 1.x -- major code changes in sanitizer
1818
jsonfield>=1.0.3 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.
1919
#lxml>=3.4.0 # from PyQuery;
2020
mimeparse>=0.1.3 # from TastyPie

0 commit comments

Comments
 (0)