handle pyzmq for python3.4

This commit is contained in:
Daniel Wallace 2018-07-18 12:15:23 -05:00
parent bf3965632a
commit f99283751f
No known key found for this signature in database
GPG key ID: 5FA5E5544F010D48

View file

@ -1,4 +1,5 @@
-r base.txt
pycrypto>=2.6.1
pyzmq>=2.2.0
pyzmq>=2.2.0,<17.1.0; python_version == '3.4' # pyzmq 17.1.0 stopped building wheels for python3.4
pyzmq>=2.2.0; python_version != '3.4'