/brz/remove-bazaar

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: 2020-01-19 19:20:59 UTC
  • mfrom: (7452.1.1 git-submodule-not-checked-out)
  • Revision ID: breezy.the.bot@gmail.com-20200119192059-ad3bxkjwn9k212l0
Don't show submodules that are not checked out as deltas.

Merged from https://code.launchpad.net/~jelmer/brz/git-submodule-not-checked-out/+merge/377807

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        # Technically, Breezy works without these two dependencies too. But there's
70
70
        # no way to enable them by default and let users opt out.
71
71
        'fastimport>=0.9.8',
72
 
        'dulwich>=0.19.11',
 
72
        'dulwich>=0.19.12',
73
73
        ],
74
74
    'extras_require': {
75
75
        'fastimport': [],