/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: 2018-09-11 00:49:54 UTC
  • mfrom: (7095.1.1 update-setup)
  • Revision ID: breezy.the.bot@gmail.com-20180911004954-zfb4n87k8if5qjgl
Set 'tests_require' to testtools and add configobj to 'install_require'.

Merged from https://code.launchpad.net/~jelmer/brz/update-setup/+merge/354353

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