zeromq_requirements.txt 242 B

123456
  1. # 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...
  2. #-r ../../../requirements/zeromq.txt
  3. -r ../../../requirements/base.txt
  4. pycrypto>=2.6.1
  5. pyzmq
  6. -r requirements.txt