0
0
mirror of https://github.com/django/django.git synced 2024-11-30 07:06:18 +01:00

Added a version requirement to python-memcached in test requirements.

This commit is contained in:
Tim Graham 2015-09-17 14:42:38 -04:00
parent 4d886db078
commit 12a62e7e4b

View File

@ -1,3 +1,4 @@
-r base.txt
python-memcached
# Due to https://github.com/linsomniac/python-memcached/issues/79 in newer versions.
python-memcached <= 1.53
mock