/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-08 17:14:19 UTC
  • mto: This revision was merged to the branch mainline in revision 505.
  • Revision ID: cjwatson@canonical.com-20200708171419-8bfgqcmrany2i91h
Drop dependency on simplejson.

The standard library's json module in Python >= 2.6 will do fine.

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
    )