# CherryPy >= 5.1.0 and PyOpenssl == 0.14 (16 seems broken) are required for proper HTTPS setup
# They are not added as hard dependencie here so that packaging works fine
# CherryPy is not packaged anymore since v3.5XX so we let it as is.
CherryPy<9.0.0

# Version <=2.14.2 else some tests using requests-mock are broken with the 2.16.0 version
requests>=2.7.0,<=2.14.2

importlib
termcolor==1.1.0
setproctitle
ujson
numpy>=1.9.0,<1.12.0; python_version < '2.7'
numpy>=1.9.0; python_version >= '2.7'
pyopenssl>=0.15
docopt
