# Pip requirements file for zhmcclient runtime dependencies.
#
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.

# Direct dependencies:

setuptools>=17.0 # Python Software Foundation
six>=1.9.0 # MIT
pbr>=1.8.0 # Apache-2.0
requests>=2.10.0 # Apache-2.0
decorator>=4.0.0 # new BSD
tabulate>=0.7.1 # MIT
progressbar2>=3.5.0 # BSD
click>=6.0 # BSD
click-spinner>=0.1.7 # MIT
click-repl>=0.1.0 # MIT
stomp.py>=4.0.0 # Apache

# Indirect dependencies:

# From click-repl
prompt_toolkit>=1.0.0 # BSD

# From prompt_toolkit
wcwidth>=0.1.6 # MIT
