From 89c9932de475c33aa2e60b13b110c26760fe6fea Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 13 2017 13:26:14 +0000 Subject: Avoid binaryornot 0.4.3 and chardet 3.0.0 for the time being This because that specific version requires chardet 3.0.2 or higher while it still works on lower than 3.0.0 https://github.com/audreyr/binaryornot/commit/c730478fa3f76a02421251e146181af76182b006 So avoid these two specific versions for the time being --- diff --git a/requirements.txt b/requirements.txt index f662aba..5d7eb28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,10 +2,10 @@ # Use this file by running "$ pip install -r requirements.txt" alembic arrow -binaryornot +binaryornot < 0.4.3 bleach < 2.0 blinker -chardet +chardet < 3.0.0 docutils enum34 filelock