mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2024-11-24 11:19:54 +00:00
Exclude Tornado >6 (as-yet-unreleased version)
This commit is contained in:
parent
67a1d524bf
commit
e6340f4183
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ Release History
|
||||||
`Next Release`_
|
`Next Release`_
|
||||||
---------------
|
---------------
|
||||||
- Add configuration documentation
|
- Add configuration documentation
|
||||||
|
- Exclude Tornado >6 (as-yet-unreleased version)
|
||||||
|
|
||||||
`4.0.0`_ (06-Feb-2019)
|
`4.0.0`_ (06-Feb-2019)
|
||||||
----------------------
|
----------------------
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
tornado>=5
|
tornado>=5,<7
|
||||||
|
|
Loading…
Reference in a new issue