Skip to content

Commit

Permalink
Bump minimum PSA version
Browse files Browse the repository at this point in the history
  • Loading branch information
Renzo Lucioni committed Apr 29, 2016
1 parent 0d33212 commit 7d4fd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
packages=find_packages(exclude=['tests', '*.tests']),
install_requires=[
'Django>=1.8,<1.10',
'python-social-auth>=0.2.18,<1.0.0',
'python-social-auth>=0.2.19,<1.0.0',
'six>=1.10.0,<2.0.0'
],
)

0 comments on commit 7d4fd22

Please sign in to comment.