From c2daeff35d13ab068495252acad4e1af8960a761 Mon Sep 17 00:00:00 2001 From: GregBestland Date: Fri, 11 Sep 2015 11:55:29 -0500 Subject: [PATCH] Adding cython to test-requirements.txt --- test-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index f5eeabcb..f3cc411c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,4 +11,5 @@ sure pure-sasl twisted gevent>=1.0 -eventlet \ No newline at end of file +eventlet +cython>=0.21 \ No newline at end of file