zeromq.txt 294 B

1234567
  1. -r base.txt
  2. # PyCrypto has issues on Windows, while pycryptodomex does not
  3. pycrypto>=2.6.1; sys.platform != 'win32'
  4. pycryptodomex; sys.platform == 'win32'
  5. pyzmq>=2.2.0,<17.1.0; python_version == '3.4' # pyzmq 17.1.0 stopped building wheels for python3.4
  6. pyzmq>=2.2.0; python_version != '3.4'