Skip to content

Commit

Permalink
Explicit support for tornado 5
Browse files Browse the repository at this point in the history
  • Loading branch information
westover committed Jul 26, 2019
1 parent bdb6fe5 commit c2b1a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
tornado>=3.0
tornado>=3.0,<6
psutil>=1.2.0
mock>=0.9
six
ipcalc
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

install_requires = [
'tornado',
'tornado<6',
'psutil',
'mock',
'six',
Expand Down

0 comments on commit c2b1a49

Please sign in to comment.