From f51075190dab14a7a76b9bcdce907477a24b46f7 Mon Sep 17 00:00:00 2001 From: Josh Berkowitz Date: Fri, 10 Aug 2018 11:12:56 -0700 Subject: [PATCH] Allow pysaml2 to be a more recent version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a77ab10..070782e 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,6 @@ packages=find_packages(), - install_requires=['pysaml2==4.5.0'], + install_requires=['pysaml2>=4.5.0'], include_package_data=True, )