Skip to content

Commit 8a8202d

Browse files
committed
constrain python-libmagic to at most 0.4.18. .20 breaks, .19 is not reflected at Pypi.
- Legacy-Id: 18811
1 parent b5d264b commit 8a8202d

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
@@ -50,7 +50,7 @@ pyflakes>=1.5.0
5050
pyopenssl>=17.5.0 # Used by urllib3.contrib, which is used by PyQuery but not marked as a dependency
5151
pyquery>=1.3.0
5252
python-dateutil>=2.4
53-
python-magic>=0.4.12
53+
python-magic>=0.4.12,<0.4.19 # .20 is breaking, .19 is not showing on PyPi's webpage
5454
python-memcached>=1.56 # for django.core.cache.backends.memcached
5555
python-mimeparse>=1.6 # from TastyPie
5656
pytz>=2014.7

0 commit comments

Comments
 (0)