Skip to content

Commit

Permalink
add tornado require version info
Browse files Browse the repository at this point in the history
  • Loading branch information
snower committed Jan 11, 2021
1 parent d025613 commit e6d5b15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
'PyMySQL>=0.7.10',
'greenlet>=0.4.2',
],
extras_require={
"tornado": ['tornado>=5'],
},
author='snower, mosquito',
author_email='sujian199@gmail.com, me@mosquito.su',
url='https://github.com/snower/TorMySQL',
Expand Down

0 comments on commit e6d5b15

Please sign in to comment.