~leonardr/launchpadlib/use-1.0

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Leonard Richardson
  • Date: 2009-11-09 21:54:55 UTC
  • mfrom: (69.1.13 choose-your-client)
  • Revision ID: leonard.richardson@canonical.com-20091109215455-va0hczmfky2h2kgg
[r=gmb] The browser-based authorization workflow is now just the default. You can pass any RTAE class into login_with(), and launchpadlib will use that workflow to get the end-user's Launchpad username and password and authorize the request token.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
    license='LGPL v3',
61
61
    install_requires=[
62
62
        'httplib2',
63
 
        'lazr.restfulclient>=0.9.9',
 
63
        'lazr.restfulclient>=0.9.10',
64
64
        'lazr.uri',
65
65
        'oauth',
66
66
        'setuptools',