summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2020-02-19 10:24:45 +0100
committerTobias Henkel <tobias.henkel@bmw.de>2020-02-19 10:30:21 +0100
commite749e68183ce3613b59e18a50985ed8efc4e9048 (patch)
treec36387a6d8b3c771d477c674b30baeade4ae2528 /requirements.txt
parent00578d721c6dd761f29021c0d0ba6078c3764a30 (diff)
downloadzuul-e749e68183ce3613b59e18a50985ed8efc4e9048.tar.gz
Uncap GitPython
GitPython was capped to <3.0.0 due to increase test times. According to the upstream issue [1] this should, be fixed upstream. See if we can uncap it now. [1] https://github.com/gitpython-developers/GitPython/issues/906 Change-Id: I62a2731c4045f72060a67b8ad3eb89f6b07a0e97
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 59f67f55f..7c06c70bc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@ virtualenv!=20.0.0,!=20.0.1
github3.py>=1.1.0
PyYAML>=3.1.0
paramiko>=2.0.1
-GitPython>=2.1.8,<3.0.0
+GitPython>=2.1.8
python-daemon>=2.0.4,<2.1.0
extras
statsd>=3.0