To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
« back to all changes in this revision
Viewing changes to setup.py
-
Committer:
Breezy landing bot
-
Author(s):
Jelmer Vernooij
-
Date:
2018-10-13 14:21:06 UTC
-
mfrom:
(7131.1.1 default-dulwich)
-
Revision ID:
breezy.the.bot@gmail.com-20181013142106-1v8fjwclm78l74l2
Install dulwich by default, so git support works out of the box when installing from pip.
Merged from https://code.launchpad.net/~jelmer/brz/default-dulwich/+merge/356199
Show diffs side-by-side
added
removed
57
57
'install_requires': [
60
# Technically, Breezy works without these two dependencies too. But there's
61
# no way to enable them by default and let users opt out.
61
65
'extras_require': {
62
'fastimport': ['fastimport>=0.9.8'],
63
'git': ['dulwich>=0.19.1'],