Exclude Tornado >6 (as-yet-unreleased version)

This commit is contained in:
Robin Klingsberg 2019-03-14 00:07:12 -04:00
parent 67a1d524bf
commit e6340f4183
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ Release History
`Next Release`_
---------------
- Add configuration documentation
- Exclude Tornado >6 (as-yet-unreleased version)
`4.0.0`_ (06-Feb-2019)
----------------------

View file

@ -1 +1 @@
tornado>=5
tornado>=5,<7