Skip to content

Commit

Permalink
Update requirements for oauth2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
odero committed Nov 11, 2015
1 parent abc77de commit aa2aedf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django>=1.7
wheel==0.26.0
oauth2==1.9.0
oauth2==1.9.0.post1
requests[security]>=2.8.1

# Custom requirements
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
package_data={'django_pesapal': ['templates/django_pesapal/*.html']},
install_requires=[
'Django>=1.7',
'oauth2==1.9.0',
'oauth2==1.9.0.post1',
'django-uuidfield<=0.6.0',
'requests[security]==2.8.1',
],
Expand Down

0 comments on commit aa2aedf

Please sign in to comment.