/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: Jelmer Vernooij
  • Date: 2018-03-25 00:39:16 UTC
  • mfrom: (6926 work)
  • mto: This revision was merged to the branch mainline in revision 6928.
  • Revision ID: jelmer@jelmer.uk-20180325003916-mqa5uj4uq55hrjq9
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
    'install_requires': [
58
58
        'six>=1.9.0',
59
59
        ],
60
 
    }
 
60
    'extras_require': {
 
61
        'fastimport': ['fastimport'],
 
62
        },
 
63
}
61
64
 
62
65
# The list of packages is automatically generated later. Add other things
63
66
# that are part of BZRLIB here.