mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update requirements concerning ZMQ version
Commit 60fbb6ffa6
requires ZMQ >= 3.2.0.
PyZMQ should be >= 2.2.0 to fully support ZMQ 3.x.
This commit is contained in:
parent
52f84f2f8d
commit
7246231151
2 changed files with 3 additions and 3 deletions
|
@ -71,8 +71,8 @@ Dependencies
|
|||
Salt should run on any Unix-like platform so long as the dependencies are met.
|
||||
|
||||
* `Python 2.6`_ >= 2.6 <3.0
|
||||
* `ZeroMQ`_ >= 2.1.9
|
||||
* `pyzmq`_ >= 2.1.9 - ZeroMQ Python bindings
|
||||
* `ZeroMQ`_ >= 3.2.0
|
||||
* `pyzmq`_ >= 2.2.0 - ZeroMQ Python bindings
|
||||
* `PyCrypto`_ - The Python cryptography toolkit
|
||||
* `msgpack-python`_ - High-performance message interchange format
|
||||
* `YAML`_ - Python YAML bindings
|
||||
|
|
|
@ -3,6 +3,6 @@ M2Crypto
|
|||
msgpack-python
|
||||
pycrypto
|
||||
PyYAML
|
||||
pyzmq >= 2.1.9
|
||||
pyzmq >= 2.2.0
|
||||
MarkupSafe
|
||||
apache-libcloud
|
||||
|
|
Loading…
Add table
Reference in a new issue