Skip to content

Commit 21ddb22

Browse files
committed
bibtexparser v1.0 doesn't work under python 2.7. Bug filed: sciunto-org/python-bibtexparser#191. Disallowing version 1.0 in requirements.txt.
- Legacy-Id: 14648
1 parent 293f196 commit 21ddb22

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
@@ -4,7 +4,7 @@ setuptools>=18.5 # Require this first, to prevent later errors
44
anora>=0.1.2
55
argon2-cffi>=16.1.0 # For the Argon2 password hasher option
66
beautifulsoup4>=4.4
7-
bibtexparser>=0.6.2
7+
bibtexparser>=0.6.2,!=1.0 # Version 1.0 doesn't work under python 2.7
88
bleach>=1.5.0,<2.0.0
99
coverage>=4.0.1,!=4.0.2
1010
#cssselect>=0.6.1 # for PyQuery

0 commit comments

Comments
 (0)