salt/requirements/zeromq.txt

6 lines
167 B
Plaintext
Raw Normal View History

-r base.txt
2015-08-26 22:04:59 +00:00
pycrypto>=2.6.1
2018-07-18 17:15:23 +00:00
pyzmq>=2.2.0,<17.1.0; python_version == '3.4' # pyzmq 17.1.0 stopped building wheels for python3.4
pyzmq>=2.2.0; python_version != '3.4'