Merge pull request #48650 from gtmanfred/pylint-2018.3

[2018.3] handle pyzmq for python3.4
This commit is contained in:
Daniel Wallace 2018-07-18 12:34:37 -05:00 committed by GitHub
commit e828167114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'