From e5f867507c96c59dcf2b8576eb5216e3e67516a9 Mon Sep 17 00:00:00 2001 From: Russell Savage Date: Mon, 23 Mar 2015 15:50:05 -0700 Subject: [PATCH] updating pylibmc version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3faf12ef..4f76419b 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ if sys.version_info[0] == 2: # only require thrift if we are going to use it if os.environ.get('TEST_ES_CONNECTION', None) == 'ThriftConnection': tests_require.append('thrift==0.9.1') - tests_require.append('pylibmc==1.2.3') + tests_require.append('pylibmc==1.4.1') setup( name = 'elasticsearch',