You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by jo...@apache.org on 2016/01/24 20:48:43 UTC

spark git commit: [SPARK-10498][TOOLS][BUILD] Add requirements.txt file for dev python tools

Repository: spark
Updated Branches:
  refs/heads/master f4004601b -> a83400135


[SPARK-10498][TOOLS][BUILD] Add requirements.txt file for dev python tools

Minor since so few people use them, but it would probably be good to have a requirements file for our python release tools for easier setup (also version pinning).

cc JoshRosen who looked at the original JIRA.

Author: Holden Karau <ho...@us.ibm.com>

Closes #10871 from holdenk/SPARK-10498-add-requirements-file-for-dev-python-tools.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/a8340013
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/a8340013
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/a8340013

Branch: refs/heads/master
Commit: a83400135d7506fd2e1c8971f372012fcb3cef23
Parents: f400460
Author: Holden Karau <ho...@us.ibm.com>
Authored: Sun Jan 24 11:48:28 2016 -0800
Committer: Josh Rosen <jo...@databricks.com>
Committed: Sun Jan 24 11:48:28 2016 -0800

----------------------------------------------------------------------
 dev/requirements.txt | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/a8340013/dev/requirements.txt
----------------------------------------------------------------------
diff --git a/dev/requirements.txt b/dev/requirements.txt
new file mode 100644
index 0000000..bf042d2
--- /dev/null
+++ b/dev/requirements.txt
@@ -0,0 +1,3 @@
+jira==1.0.3
+PyGithub==1.26.0
+Unidecode==0.04.19


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org