Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #39 from edx/clintonb/requirements-update
Browse files Browse the repository at this point in the history
Added support for edx-django-oauth2-provider 1.x
  • Loading branch information
clintonb committed Apr 13, 2016
2 parents dfeffd2 + a7b8c85 commit b054b68
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 Diff line number Diff line change
@@ -1,3 +1,3 @@
django>=1.8.7,<1.9
edx-django-oauth2-provider>=0.3.0,<1.0.0
edx-django-oauth2-provider>=0.3.0,<2.0.0
PyJWT>=1.4.0,<2.0.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='edx-oauth2-provider',
version='1.0.0',
version='1.0.1',
description='Provide OAuth2 access to edX installations',
author='edX',
url='https://github.com/edx/edx-oauth2-provider',
Expand All @@ -20,7 +20,7 @@
],
packages=find_packages(exclude=['tests']),
install_requires=[
'edx-django-oauth2-provider>=0.3.0,<1.0.0',
'edx-django-oauth2-provider>=0.3.0,<2.0.0',
'PyJWT>=1.4.0,<2.0.0'
]
)

0 comments on commit b054b68

Please sign in to comment.