Skip to content

Commit

Permalink
Merge pull request #1 from jberkz/pysaml2-update
Browse files Browse the repository at this point in the history
Allow pysaml2 to be a more recent version.
  • Loading branch information
jberkz authored Aug 10, 2018
2 parents 3f7be23 + f510751 commit 8e6eeee
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 @@ -60,6 +60,6 @@

packages=find_packages(),

install_requires=['pysaml2==4.5.0'],
install_requires=['pysaml2>=4.5.0'],
include_package_data=True,
)

0 comments on commit 8e6eeee

Please sign in to comment.