Skip to content
This repository was archived by the owner on Aug 1, 2019. It is now read-only.

Commit dcafeb6

Browse files
pabelangerjeblair
authored andcommitted
Cap GitPython at 2.1.1 due to performance degradation
It appears newer versions of GitPython have slowed considerably. Cap GitPython until gitpython-developers/GitPython#605 is resolved. Change-Id: Ie6c8722e8b607bb50e77fbad59e18363616f7e0d Signed-off-by: Paul Belanger <[email protected]>
1 parent 56f5d95 commit dcafeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PyYAML>=3.1.0
44
Paste
55
WebOb>=1.2.3
66
paramiko>=1.8.0,<2.0.0
7-
GitPython>=0.3.3
7+
GitPython>=0.3.3,<2.1.2
88
ordereddict
99
python-daemon>=2.0.4,<2.1.0
1010
extras

0 commit comments

Comments
 (0)