mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
cdb45874de
Conflicts: - doc/topics/releases/2017.7.6.rst - requirements/base.txt
13 lines
319 B
Plaintext
13 lines
319 B
Plaintext
Jinja2
|
|
# This should be changed to msgpack-python for Packages
|
|
# msgpack-python>0.3,!=0.5.5
|
|
msgpack>=0.5,!=0.5.5
|
|
PyYAML
|
|
MarkupSafe
|
|
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'
|