Update requirements for "tornade"

- Pin tornade version less than 6.0.
  Currently, monasca-analytics use asynchronous decorator in tornade.web.
  But this decorator has been removed in tornade version 6.0.
  Therefore, openstack-tox-py35 in Zuul check is failed.

This is tentative approach. tornade should be replaced to flask in near future.

Change-Id: I5e2e310c17b1dcdd4ab8e71c37f4f59104e2e63e
This commit is contained in:
Daisuke Fujita 2019-03-14 03:35:49 +00:00
parent f3d5ed114f
commit aeab923ba9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
numpy
scipy < 1.2.0
tornado
tornado < 6.0
scikit-learn
kafka-python
pyparsing