salt/requirements/base.txt

13 lines
319 B
Plaintext
Raw Permalink Normal View History

Jinja2
2018-05-09 17:46:15 +00:00
# This should be changed to msgpack-python for Packages
# msgpack-python>0.3,!=0.5.5
msgpack>=0.5,!=0.5.5
PyYAML
MarkupSafe
2015-08-26 22:03:04 +00:00
requests>=1.0.0
tornado>=4.2.1,<6.0; python_version < '3'
tornado>=4.2.1,<5.0; python_version >= '3.4'
# Required by Tornado to handle threads stuff.
futures>=2.0; python_version < '3.0'