From 6cf72c0a9cc111b7478447fdde396c6667eb12fc Mon Sep 17 00:00:00 2001 From: hedleyroos Date: Mon, 19 Sep 2016 11:05:35 +0200 Subject: [PATCH] Pin Twisted in tests so Python 2.6 is still supported --- requirements.pip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.pip b/requirements.pip index 30525c4..9b706f9 100644 --- a/requirements.pip +++ b/requirements.pip @@ -1,3 +1,3 @@ -Twisted +Twisted==15.4 pywurfl -PyYaml \ No newline at end of file +PyYaml