From 0936f7e274d09c37807a16b1c23a70f08fec151b Mon Sep 17 00:00:00 2001 From: mb Date: Mon, 6 Jul 2020 16:02:31 +0200 Subject: [PATCH] invenio-shibboleth module is added to install_requires --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f5991b4..26ea6b3 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ history = open('CHANGES.rst').read() tests_require = [ 'check-manifest>=0.25', 'coverage>=4.0', - 'isort>=4.3.3', + 'isort>=4.3.3, <5.0.0', 'pydocstyle>=2.0.0', 'pytest-cov>=2.5.1', 'pytest-pep8>=1.0.6', @@ -56,7 +56,7 @@ install_requires = [ # todo # change to the release # this branch will install flask-sso-saml@behind-loadbalancer - 'invenio-saml @ git+https://github.com/mb-wali/invenio-saml@tugraz', + 'invenio-shibboleth>=0.0.1', ]