/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jelmer Vernooij
  • Date: 2021-11-15 14:40:11 UTC
  • mto: This revision was merged to the branch mainline in revision 520.
  • Revision ID: jelmer@jelmer.uk-20211115144011-q78fwej9i0v91vy7
Drop support for Python < 3 and Breezy < 3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
                                  'loggerheadd',
57
57
                                  'breezy.conf']),
58
58
        ],
59
 
    install_requires=['paste', 'bleach'],
 
59
    install_requires=['paste', 'bleach', 'breezy>=3.1'],
60
60
    testsuite='loggerhead.tests.test_suite',
61
61
    )