mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
7 lines
252 B
Plaintext
7 lines
252 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 ../../../requirements/zeromq.txt
|
|
-r ../../../requirements/base.txt
|
|
pycrypto>=2.6.1
|
|
pyzmq == 13.1.0
|
|
-r requirements.txt
|