We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ea86a commit 6e903dcCopy full SHA for 6e903dc
1 file changed
setup.py
@@ -32,7 +32,8 @@ def version():
32
]
33
},
34
install_requires=[
35
- 'tornado',
+ 'tornado;python_version>"2.7"',
36
+ 'tornado==5.1.1;python_version=="2.7"',
37
'six',
38
],
39
license='BSD',
0 commit comments