From fb368d8fccf304284ff03358969e377f966ec32a Mon Sep 17 00:00:00 2001 From: marcel Date: Sun, 16 Sep 2012 21:28:41 -0300 Subject: [PATCH] dont force a spectific tornado version. closes #6 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cf4b667..fdb7f45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pymongo==2.3 -tornado==2.3 \ No newline at end of file +pymongo>=2.3 +tornado>=2.2 \ No newline at end of file