Block the pymemcache 1.3.0 release

This release moved the exceptions around in a backwards
incompatible way that is now currently breaking tooz gate (and
likely others) so stop it from being used until a more backwards
compatible release is made.

This should be fixed in:

https://github.com/pinterest/pymemcache/pull/73

Change-Id: I6b927c255b6721c86941ff5d6ce6beb0e92b4734
This commit is contained in:
Joshua Harlow 2015-07-25 17:50:55 -07:00
parent 24ca0c0806
commit 0297b99367
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ pycrypto>=2.6
PyECLib>=1.0.7 # BSD
pyghmi>=0.6.11
pykmip>=0.3.1 # Apache 2.0 License
pymemcache>=1.2.9 # Apache 2.0 License
pymemcache>=1.2.9,!=1.3.0 # Apache 2.0 License
pymongo>=3.0.2
PyMySQL>=0.6.2 # MIT License