From 21ddb22f26b5a3188ac771f8be6820be739eca18 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 16 Feb 2018 14:19:08 +0000 Subject: [PATCH] bibtexparser v1.0 doesn't work under python 2.7. Bug filed: https://github.com/sciunto-org/python-bibtexparser/issues/191. Disallowing version 1.0 in requirements.txt. - Legacy-Id: 14648 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6cdb564ed..d14fa3a00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ setuptools>=18.5 # Require this first, to prevent later errors anora>=0.1.2 argon2-cffi>=16.1.0 # For the Argon2 password hasher option beautifulsoup4>=4.4 -bibtexparser>=0.6.2 +bibtexparser>=0.6.2,!=1.0 # Version 1.0 doesn't work under python 2.7 bleach>=1.5.0,<2.0.0 coverage>=4.0.1,!=4.0.2 #cssselect>=0.6.1 # for PyQuery