aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/py.requirements.txt
blob: c34d1cb1599ede118cf7a8c834e642eb8d1a02e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ============================================================================
# INVOKE PYTHON PACKAGE REQUIREMENTS: For tasks
# ============================================================================
# DESCRIPTION:
#    pip install -r <THIS_FILE>
#
# SEE ALSO:
#  * http://www.pip-installer.org/
# ============================================================================

invoke >= 1.2.0
path.py >= 11.5.0
pycmd
six >= 1.12.0

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