mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
b94d73c53e
tornado needs to be >= 4.2.1, but less that 5.0. Tornado 5.0 is introducing backwards-incompatible changes. Therefore, we need to pin the version of tornado in base.txt until we can fix supporting Tornado 5.0 in Salt. Refs #45790
9 lines
140 B
Plaintext
9 lines
140 B
Plaintext
Jinja2
|
|
msgpack-python>0.3
|
|
PyYAML
|
|
MarkupSafe
|
|
requests>=1.0.0
|
|
tornado>=4.2.1,<5.0
|
|
# Required by Tornado to handle threads stuff.
|
|
futures>=2.0
|