/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-09-11 03:12:02 UTC
  • mfrom: (7101 work)
  • mto: This revision was merged to the branch mainline in revision 7102.
  • Revision ID: jelmer@jelmer.uk-20180911031202-p2wpqy0xzx7wjmid
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        'Topic :: Software Development :: Version Control',
56
56
        ],
57
57
    'install_requires': [
 
58
        'configobj',
58
59
        'six>=1.9.0',
59
60
        ],
60
61
    'extras_require': {
61
62
        'fastimport': ['fastimport>=0.9.8'],
62
63
        'git': ['dulwich>=0.19.1'],
63
64
        },
 
65
    'tests_require': [
 
66
        'testtools',
 
67
    ],
64
68
}
65
69
 
66
70
# The list of packages is automatically generated later. Add other things