Merge pull request #34 from ibnpaul/update-tornado-pin

Exclude Tornado >6 (as-yet-unreleased version)
This commit is contained in:
Andrew Rabert 2019-03-14 00:10:42 -04:00 committed by GitHub
commit 0b17d5f0c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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