summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2017-12-13 21:51:34 +0000
committerGerrit Code Review <review@openstack.org>2017-12-13 21:51:34 +0000
commita04a765960f6351ad2c332f6c15cbfa774a504f9 (patch)
tree644911d5f5702da2b0aa40add1ba4d6b7d9c5fab
parent1e2f4daad8fa9db6a09fb568afb2f94066c3a6b9 (diff)
parent100ace2961fc7c81fdcac79108d5f8fdc92423ed (diff)
downloadzuul-a04a765960f6351ad2c332f6c15cbfa774a504f9.tar.gz
Merge "Drop local fork of GitPython for 2.1.8 release" into feature/zuulv3
-rw-r--r--requirements.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt
index 4b8be3cb2..39a2b0268 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,11 +7,7 @@ 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
-git+https://github.com/jeblair/GitPython.git@zuul#egg=GitPython
+GitPython>=2.1.8
python-daemon>=2.0.4,<2.1.0
extras
statsd>=1.0.0,<3.0