~cjwatson/lazr.restful/py3-doctest-trivial

« back to all changes in this revision

Viewing changes to setup.py

[r=ilasc] Rework WebServiceCaller to send named POSTs as multipart/form-data.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        'pytz',
62
62
        'setuptools',
63
63
        'simplejson>=2.1.0',
64
 
        'six',
 
64
        'six>=1.12.0',
65
65
        'testtools',
66
66
        'van.testing',
67
67
        'wsgiref; python_version < "3"',