Updated tornado to point to the correct template path.

This commit is contained in:
Michael Lazar
2015-10-15 02:14:22 -07:00
parent 77a6c71119
commit 7786c03d9d
2 changed files with 4 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import setuptools
from version import __version__ as version
requirements = ['tornado', 'praw>=3.1.0', 'six', 'requests', 'kitchen']
requirements = ['tornado', 'praw>=3.3.0', 'six', 'requests', 'kitchen']
# Python 2: add required concurrent.futures backport from Python 3.2
if sys.version_info.major <= 2: