# Pip requirements file for pywbemtools runtime dependencies.
#
# The order of packages is significant, because pip processes them in the order
# of appearance.

# Make sure that the package versions in minimum-constraints.txt are also
# the minimum versions required in requirements.txt and dev-requirements.txt.

# Direct dependencies (except pip, setuptools, wheel):

pywbem>=0.16.0
# git+https://github.com/pywbem/pywbem.git@master#egg=pywbem

pbr>=1.10.0
six>=1.10.0
# Click 7.1 has a bug with output capturing
Click>=7.0,!=7.1
click-spinner>=0.1.8
click-repl>=0.1.6
asciitree>=0.3.3
tabulate>=0.8.2
prompt-toolkit>=2.0.1; python_version >= '3.4'
# See pywbemtools issue # 192. The repl mode fails with unexpected Exception
prompt-toolkit>=1.0.15,<2.0.0; python_version == '2.7'
# PyYAML 5.3 has removed support for Python 3.4
PyYAML>=5.1; python_version == '2.7'
PyYAML>=5.1,<5.3; python_version == '3.4'
PyYAML>=5.1; python_version > '3.4'
