mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
cdae8948a1
Resulting builds can be used either with zeromq or with raet
8 lines
250 B
Plaintext
8 lines
250 B
Plaintext
# Need to set a specific version of pyzmq, so can't use the main project's requirements file... have to copy it in and modify...
|
|
#-r ../../../zeromq-requirements.txt
|
|
-r ../../../_requirements.txt
|
|
M2Crypto
|
|
pycrypto
|
|
pyzmq == 13.1.0
|
|
-r requirements.txt
|