salt/requirements/zeromq.txt

6 lines
165 B
Text
Raw Normal View History

-r base.txt
2019-11-13 14:14:35 +00:00
-r crypto.txt
2018-07-18 12:15:23 -05: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'