Skip to content

Commit

Permalink
Switched from oauth to oauth2 library ( http://github.com/simplegeo/p…
Browse files Browse the repository at this point in the history
  • Loading branch information
flashingpumpkin committed Apr 12, 2010
1 parent 2ef7b09 commit bb2a4a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
django django
oauth oauth2
python-openid python-openid


-e git+git://github.com/sciyoshi/pyfacebook.git#egg=pyfacebook -e git+git://github.com/sciyoshi/pyfacebook.git#egg=pyfacebook
4 changes: 2 additions & 2 deletions setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
keywords='django facebook twitter oauth openid registration', keywords='django facebook twitter oauth openid registration',
) )
SETUPTOOLS_METADATA = dict( SETUPTOOLS_METADATA = dict(
install_requires=['setuptools', 'django', 'oauth', 'python-openid'], install_requires=['setuptools', 'django', 'oauth2', 'python-openid'],
include_package_data=True, include_package_data=True,
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
Expand All @@ -24,7 +24,7 @@
'Framework :: Django', 'Framework :: Django',
], ],
packages=['socialregistration', 'socialregistration.templatetags'], packages=['socialregistration', 'socialregistration.templatetags'],
package_data={'socialregistration': ['templates/socialregistration/*.html'],} package_data={'socialregistration': ['templates/socialregistration/*.html'], }
) )


if __name__ == '__main__': if __name__ == '__main__':
Expand Down

0 comments on commit bb2a4a7

Please sign in to comment.