From 143b99075bf9e8d469d117f056516ab847234c8c Mon Sep 17 00:00:00 2001 From: Juti Noppornpitak Date: Sun, 14 Aug 2016 22:28:39 -0400 Subject: [PATCH] Restricted to Imagination 1.30 (<2) for testing --- setup_for_test_only.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_for_test_only.py b/setup_for_test_only.py index dc4502d..a65dbdb 100644 --- a/setup_for_test_only.py +++ b/setup_for_test_only.py @@ -28,5 +28,5 @@ 'demo.resources' ], scripts = ['bin/nest'], - install_requires = ['passerine', 'imagination', 'kotoba', 'tornado', 'jinja2'] + install_requires = ['passerine', 'imagination>=1.30,<2', 'kotoba', 'tornado', 'jinja2'] )