File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ develop = .
7
7
eggs-directory = ${buildout:directory}/var/eggs
8
8
develop-eggs-directory = ${buildout:directory}/var/develop-eggs
9
9
parts-directory = ${buildout:directory}/var/parts
10
- # develop-dir = ${buildout:directory}/var/clone/
11
- # extensions=gp.vcsdevelop
12
- # vcs-extend-develop=git+https://github.com/gitpython-developers/GitPython #egg=GitPython
10
+ develop-dir = ${buildout:directory}/var/clone/
11
+ extensions =gp.vcsdevelop
12
+ vcs-extend-develop =git+https://bitbucket.org/guyzmo/python-bitbucket # egg=pybitbucket
13
13
14
14
[git_repo]
15
15
recipe = zc.recipe.egg
Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ GitPython>=2.1.0
4
4
uritemplate.py == 2.0.0
5
5
github3.py == 0.9.5
6
6
python-gitlab >= 0.13
7
- pybitbucket >= 0.12.0
7
+ # pybitbucket>=0.12.0
8
+ -e git+https://bitbucket.org/guyzmo/python-bitbucket@master#egg=pybitbucket
You can’t perform that action at this time.
0 commit comments