Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Commit

Permalink
explictly requiring tornado 4.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
haizaar committed Apr 27, 2015
1 parent 77da304 commit 12ac669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@
from distutils.core import setup, Extension, Command


dependencies = ['tornado']
dependencies = ['tornado >= 4.0']
psycopg2_impl = os.environ.get('MOMOKO_PSYCOPG2_IMPL', 'psycopg2')

if psycopg2_impl == 'psycopg2cffi':
Expand Down

0 comments on commit 12ac669

Please sign in to comment.