We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d264b commit 8a8202dCopy full SHA for 8a8202d
1 file changed
requirements.txt
@@ -50,7 +50,7 @@ pyflakes>=1.5.0
50
pyopenssl>=17.5.0 # Used by urllib3.contrib, which is used by PyQuery but not marked as a dependency
51
pyquery>=1.3.0
52
python-dateutil>=2.4
53
-python-magic>=0.4.12
+python-magic>=0.4.12,<0.4.19 # .20 is breaking, .19 is not showing on PyPi's webpage
54
python-memcached>=1.56 # for django.core.cache.backends.memcached
55
python-mimeparse>=1.6 # from TastyPie
56
pytz>=2014.7
0 commit comments