/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: 2019-02-14 02:18:20 UTC
  • mfrom: (7268.1.1 dulwich-compat)
  • Revision ID: breezy.the.bot@gmail.com-20190214021820-dguuvpfwt68nkvuy
Fix compatibility with newer versions of Dulwich.

Merged from https://code.launchpad.net/~jelmer/brz/dulwich-compat/+merge/362765

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        # Technically, Breezy works without these two dependencies too. But there's
61
61
        # no way to enable them by default and let users opt out.
62
62
        'fastimport>=0.9.8',
63
 
        'dulwich>=0.19.1',
 
63
        'dulwich>=0.19.11',
64
64
        ],
65
65
    'extras_require': {
66
66
        'fastimport': [],