Skip to content

Commit 0801c93

Browse files
committed
Require bleach<2.0.0. Bleach 2 requires html5lib 1.x, which requires a rewrite of ietf.utils.html.
- Legacy-Id: 12995
1 parent 319a485 commit 0801c93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ anora>=0.1.2
55
argon2-cffi>=16.1.0 # For the Argon2 password hasher option
66
beautifulsoup4>=4.4
77
bibtexparser>=0.6.2
8-
bleach>=1.5.0
8+
bleach>=1.5.0,<2.0.0
99
coverage>=4.0.1,!=4.0.2
1010
#cssselect>=0.6.1 # for PyQuery
1111
decorator>=3.4.0

0 commit comments

Comments
 (0)