mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
10 lines
319 B
Text
10 lines
319 B
Text
-r base.txt
|
|
-r crypto.txt
|
|
|
|
pyzmq<=20.0.0 ; python_version < "3.6"
|
|
pyzmq>=17.0.0 ; python_version < "3.9"
|
|
pyzmq>19.0.2 ; python_version >= "3.9"
|
|
|
|
# We can't use 23+ on Windows until they fix this:
|
|
# https://github.com/zeromq/pyzmq/issues/1472
|
|
pyzmq>=20.0.0, <=22.0.3 ; python_version < "3.9" and sys_platform == 'win32'
|