/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: Colin Watson
  • Date: 2020-07-10 09:45:47 UTC
  • mfrom: (503.1.1 remove-simplejson)
  • Revision ID: cjwatson@canonical.com-20200710094547-9vpm5ez1uquyi59h
[r=ilasc] Drop dependency on simplejson.

Show diffs side-by-side

added added

removed removed

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