summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2017-10-10 11:15:06 -0700
committerJames E. Blair <jeblair@redhat.com>2017-10-10 11:15:06 -0700
commit8fdef7433310388ee3252279704be3b1bd9ad914 (patch)
tree33b9beaf663b2b22fc59dc839825936c515b3397 /requirements.txt
parentf03173b72f8987536a500118efe58bdd01143aa9 (diff)
downloadzuul-8fdef7433310388ee3252279704be3b1bd9ad914.tar.gz
Add comment explaining gitpython requirement
Also clean up some tabs. Change-Id: If641a164c21dc7b13d48548558ea16e0c0a0b400
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index facc0ba40..b71882712 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,6 +7,10 @@ PyYAML>=3.1.0
Paste
WebOb>=1.2.3
paramiko>=1.8.0,<2.0.0
+# Using a local fork of gitpython until at least these changes are in a
+# release.
+# https://github.com/gitpython-developers/GitPython/pull/682
+# https://github.com/gitpython-developers/GitPython/pull/686
-e git+https://github.com/jeblair/GitPython.git@zuul#egg=GitPython
python-daemon>=2.0.4,<2.1.0
extras