/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-01-24 00:39:34 UTC
  • mfrom: (7240.1.2 user-agent)
  • Revision ID: breezy.the.bot@gmail.com-20190124003934-th3u42qwnsuyj3qd
Require a newer version of launchpadlib, set correct consumer name.

Merged from https://code.launchpad.net/~jelmer/brz/user-agent/+merge/361859

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    'extras_require': {
66
66
        'fastimport': [],
67
67
        'git': [],
 
68
        'launchpad': ['launchpadlib>=1.6.3'],
68
69
        },
69
70
    'tests_require': [
70
71
        'testtools',