Skip to content

Commit e6d5b15

Browse files
committed
add tornado require version info
1 parent d025613 commit e6d5b15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
'PyMySQL>=0.7.10',
1414
'greenlet>=0.4.2',
1515
],
16+
extras_require={
17+
"tornado": ['tornado>=5'],
18+
},
1619
author='snower, mosquito',
1720
1821
url='https://github.com/snower/TorMySQL',

0 commit comments

Comments
 (0)