Skip to content

Commit 1d4d067

Browse files
committed
🐛 Hack to solve uritemplate rename.
github3.py's dependency uritemplate being renamed breaks the dependency chain. Until there's a new version of github3.py to fix this, we'll pin down to uritemplate v2.0.0, to skip the rename.
1 parent b1c8f72 commit 1d4d067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ docopt
22
GitPython==2.0.6
33
progress==1.2
44
python-gitlab==0.13
5+
uritemplate.py==2.0.0
56
github3.py==0.9.5
67
bitbucket-api==0.5.0

0 commit comments

Comments
 (0)