Skip to content

Commit 8e6eeee

Browse files
authored
Merge pull request fangli#1 from jberkz/pysaml2-update
Allow pysaml2 to be a more recent version.
2 parents 3f7be23 + f510751 commit 8e6eeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060

6161
packages=find_packages(),
6262

63-
install_requires=['pysaml2==4.5.0'],
63+
install_requires=['pysaml2>=4.5.0'],
6464
include_package_data=True,
6565
)

0 commit comments

Comments
 (0)