Skip to content

Commit

Permalink
remove oauth requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlei committed Nov 9, 2011
1 parent a525e70 commit 2e8458c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -11,7 +11,7 @@ def find_packages_in(where, **kwargs):

setup(
name = 'django-openauth',
version = '0.3.2',
version = '0.3.3',
author = 'Allan Lei',
author_email = 'allanlei@helveticode.com',
description = ('OpenID/OAuth for Django'),
Expand All @@ -21,8 +21,7 @@ def find_packages_in(where, **kwargs):
packages=find_packages_in('openauth'),
long_description=read('README.md'),
install_requires=[
'python-openid>=2.2.5',
'oauth2>=1.5.170',
'python-openid==2.2.5',
],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 2e8458c

Please sign in to comment.