# ============================================================================
# INVOKE PYTHON PACKAGE REQUIREMENTS: For invoke tasks
# ============================================================================
# DESCRIPTION:
#    pip install -r <THIS_FILE>
#
# SEE ALSO:
#  * http://www.pip-installer.org/
# ============================================================================

invoke >= 1.7.3
six >= 1.16.0

invoke-cleanup @ git+https://github.com/jenisys/invoke-cleanup@v0.3.7

# -- HINT: path.py => path (python-install-package was renamed for python3)
path >= 13.1.0;    python_version >= '3.5'
path.py >= 11.5.0; python_version <  '3.5'

# -- PYTHON2 BACKPORTS:
pathlib;    python_version <= '3.4'
backports.shutil_which; python_version <= '3.3'

# -- CLEANUP SUPPORT: py.cleanup
pycmd
