/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-05-05 11:32:41 UTC
  • mto: This revision was merged to the branch mainline in revision 6953.
  • Revision ID: jelmer@jelmer.uk-20180505113241-96y2rlsyvbur4uuu
Depend on fastimport>=0.9.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        'six>=1.9.0',
59
59
        ],
60
60
    'extras_require': {
61
 
        'fastimport': ['fastimport'],
 
61
        'fastimport': ['fastimport>=0.9.8'],
62
62
        },
63
63
}
64
64