mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-04-29 17:04:42 +00:00
Downgrades the pylibmc version.
This commit is contained in:
parent
b9f84f8047
commit
e4c986cb89
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -16,7 +16,7 @@ deps =
|
|||
psycopg2
|
||||
django-redis
|
||||
python-memcached
|
||||
pylibmc
|
||||
pylibmc==1.5.0 # FIXME: Remove the version when this is fixed: https://github.com/lericson/pylibmc/issues/216
|
||||
pytz
|
||||
py{2.7,3.3,3.4,3.5}: coverage
|
||||
py{2.7,3.3,3.4,3.5}: mysqlclient
|
||||
|
|
|
|||
Loading…
Reference in a new issue