aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/py.requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/py.requirements.txt')
-rw-r--r--tasks/py.requirements.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/tasks/py.requirements.txt b/tasks/py.requirements.txt
new file mode 100644
index 0000000..c34d1cb
--- /dev/null
+++ b/tasks/py.requirements.txt
@@ -0,0 +1,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'
+