From f7eb75cf9a65c87a4005f82f430557341e278288 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 14 2018 11:58:21 +0000 Subject: Drop the constraint on binaryornot We used to max the version of binaryornot used as it was requiring a new version of chardet that we then didn't support. Since we've added this support but didn't drop that restriction. So here it goes. Fixes https://pagure.io/pagure/issue/2976 Signed-off-by: Pierre-Yves Chibon --- diff --git a/requirements.txt b/requirements.txt index 3ad8072..b2a8708 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # Use this file by running "$ pip install -r requirements.txt" alembic arrow -binaryornot < 0.4.3 +binaryornot bleach blinker celery