From 966128a5c80b68ba9ddfcb429b349b72088c839d Mon Sep 17 00:00:00 2001 From: Honza Kral Date: Tue, 27 Aug 2013 02:48:01 +0200 Subject: [PATCH] Adding thrift to dev_requirements Note that this will not do since thrift, as well as pylibmc, is not available for py3 --- dev_requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dev_requirements.txt b/dev_requirements.txt index 84675024..a3328329 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -5,3 +5,4 @@ coverage mock pyaml pylibmc +thrift