/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
  • Author(s): Colin Watson
  • Date: 2022-02-23 19:28:51 UTC
  • mto: This revision was merged to the branch mainline in revision 520.
  • Revision ID: jelmer@jelmer.uk-20220223192851-uzv5mcbl4durerue
Pin some more things for building on Python 3.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        'paste',
61
61
        'bleach',
62
62
        'breezy>=3.1',
63
 
        'dulwich<=0.20.25;python_version<="3.5"',
64
63
    ],
65
64
    testsuite='loggerhead.tests.test_suite',
66
65
    )