From 8a8202d757578c6ca63f1a4e38838649e373b631 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Mon, 1 Feb 2021 16:01:40 +0000 Subject: [PATCH] constrain python-libmagic to at most 0.4.18. .20 breaks, .19 is not reflected at Pypi. - Legacy-Id: 18811 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cdc5569dd..da6bdefb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,7 +50,7 @@ pyflakes>=1.5.0 pyopenssl>=17.5.0 # Used by urllib3.contrib, which is used by PyQuery but not marked as a dependency pyquery>=1.3.0 python-dateutil>=2.4 -python-magic>=0.4.12 +python-magic>=0.4.12,<0.4.19 # .20 is breaking, .19 is not showing on PyPi's webpage python-memcached>=1.56 # for django.core.cache.backends.memcached python-mimeparse>=1.6 # from TastyPie pytz>=2014.7