« Previous | Next » 

Revision 105ef01b

ID105ef01b062021b71668659b48e7260a3e5e9d4d
Parent a0a04c0a
Child 7d0e0f9c

Added by root over 9 years ago

use pip for python-social-auth and its requirements

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences

  • djnro
  • requirements.txt (diff)
  • social
    • __init__.py
    • actions.py
    • apps
      • __init__.py
      • cherrypy_app
        • __init__.py
        • models.py
        • utils.py
        • views.py
      • django_app
        • __init__.py
        • context_processors.py
        • default
        • me
          • __init__.py
          • models.py
          • tests.py
        • middleware.py
        • tests.py
        • urls.py
        • utils.py
        • views.py
      • flask_app
        • __init__.py
        • default
          • __init__.py
          • models.py
        • me
          • __init__.py
          • models.py
        • routes.py
        • template_filters.py
        • utils.py
      • pyramid_app
        • __init__.py
        • models.py
        • utils.py
        • views.py
      • tornado_app
        • __init__.py
        • handlers.py
        • models.py
        • routes.py
        • utils.py
      • webpy_app
        • __init__.py
        • app.py
        • models.py
        • utils.py
    • backends
      • __init__.py
      • amazon.py
      • angel.py
      • aol.py
      • appsfuel.py
      • base.py
      • beats.py
      • behance.py
      • belgiumeid.py
      • bitbucket.py
      • box.py
      • clef.py
      • coinbase.py
      • dailymotion.py
      • disqus.py
      • docker.py
      • douban.py
      • dropbox.py
      • email.py
      • evernote.py
      • exacttarget.py
      • facebook.py
      • fedora.py
      • fitbit.py
      • flickr.py
      • foursquare.py
      • gae.py
      • github.py
      • goclio.py
      • google.py
      • instagram.py
      • jawbone.py
      • kakao.py
      • lastfm.py
      • legacy.py
      • linkedin.py
      • live.py
      • livejournal.py
      • loginradius.py
      • mailru.py
      • mapmyfitness.py
      • mendeley.py
      • mixcloud.py
      • moves.py
      • oauth.py
      • odnoklassniki.py
      • open_id.py
      • openstreetmap.py
      • orkut.py
      • persona.py
      • pixelpin.py
      • pocket.py
      • podio.py
      • pushbullet.py
      • qq.py
      • rdio.py
      • readability.py
      • reddit.py
      • runkeeper.py
      • shopify.py
      • skyrock.py
      • soundcloud.py
      • spotify.py
      • stackoverflow.py
      • steam.py
      • stocktwits.py
      • strava.py
      • stripe.py
      • suse.py
      • taobao.py
      • thisismyjam.py
      • trello.py
      • tripit.py
      • tumblr.py
      • twilio.py
      • twitch.py
      • twitter.py
      • ubuntu.py
      • username.py
      • utils.py
      • vimeo.py
      • vk.py
      • weibo.py
      • xing.py
      • yahoo.py
      • yammer.py
      • yandex.py
    • exceptions.py
    • p3.py
    • pipeline
      • __init__.py
      • debug.py
      • disconnect.py
      • mail.py
      • partial.py
      • social_auth.py
      • user.py
      • utils.py
    • storage
      • __init__.py
      • base.py
      • django_orm.py
      • mongoengine_orm.py
      • sqlalchemy_orm.py
    • store.py
    • strategies
      • __init__.py
      • base.py
      • cherrypy_strategy.py
      • django_strategy.py
      • flask_strategy.py
      • pyramid_strategy.py
      • tornado_strategy.py
      • utils.py
      • webpy_strategy.py
    • tests
      • __init__.py
      • actions
        • __init__.py
        • actions.py
        • test_associate.py
        • test_disconnect.py
        • test_login.py
      • backends
        • __init__.py
        • base.py
        • legacy.py
        • oauth.py
        • open_id.py
        • test_amazon.py
        • test_angel.py
        • test_behance.py
        • test_bitbucket.py
        • test_box.py
        • test_broken.py
        • test_clef.py
        • test_coinbase.py
        • test_dailymotion.py
        • test_disqus.py
        • test_dropbox.py
        • test_dummy.py
        • test_email.py
        • test_evernote.py
        • test_facebook.py
        • test_fitbit.py
        • test_flickr.py
        • test_foursquare.py
        • test_github.py
        • test_google.py
        • test_instagram.py
        • test_kakao.py
        • test_linkedin.py
        • test_live.py
        • test_livejournal.py
        • test_mapmyfitness.py
        • test_mixcloud.py
        • test_podio.py
        • test_readability.py
        • test_reddit.py
        • test_skyrock.py
        • test_soundcloud.py
        • test_stackoverflow.py
        • test_steam.py
        • test_stocktwits.py
        • test_strava.py
        • test_stripe.py
        • test_taobao.py
        • test_thisismyjam.py
        • test_tripit.py
        • test_tumblr.py
        • test_twitch.py
        • test_twitter.py
        • test_username.py
        • test_utils.py
        • test_vk.py
        • test_xing.py
        • test_yahoo.py
        • test_yammer.py
        • test_yandex.py
      • models.py
      • pipeline.py
      • strategy.py
      • test_exceptions.py
      • test_pipeline.py
      • test_storage.py
      • test_utils.py
    • utils.py