Skip to content

Commit

Permalink
Merge pull request fangli#55 from jberkz/master
Browse files Browse the repository at this point in the history
Allow installation of newer versions of pysaml2 to resolve vulnerabilities
  • Loading branch information
fangli authored Sep 3, 2018
2 parents 3f7be23 + 8e6eeee commit 370af21
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 370af21

Please sign in to comment.