Skip to content

Commit 052d649

Browse files
committed
updated buildout/requirements dependencies for pybitbucket
1 parent f29c65a commit 052d649

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

buildout.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ develop = .
77
eggs-directory = ${buildout:directory}/var/eggs
88
develop-eggs-directory = ${buildout:directory}/var/develop-eggs
99
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
1313

1414
[git_repo]
1515
recipe = zc.recipe.egg

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ GitPython>=2.1.0
44
uritemplate.py==2.0.0
55
github3.py==0.9.5
66
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

0 commit comments

Comments
 (0)