invenio-shibboleth module is added to install_requires

This commit is contained in:
mb
2020-07-06 16:02:31 +02:00
parent c57a3a8598
commit 0936f7e274

View File

@@ -18,7 +18,7 @@ history = open('CHANGES.rst').read()
tests_require = [ tests_require = [
'check-manifest>=0.25', 'check-manifest>=0.25',
'coverage>=4.0', 'coverage>=4.0',
'isort>=4.3.3', 'isort>=4.3.3, <5.0.0',
'pydocstyle>=2.0.0', 'pydocstyle>=2.0.0',
'pytest-cov>=2.5.1', 'pytest-cov>=2.5.1',
'pytest-pep8>=1.0.6', 'pytest-pep8>=1.0.6',
@@ -56,7 +56,7 @@ install_requires = [
# todo # todo
# change to the release # change to the release
# this branch will install flask-sso-saml@behind-loadbalancer # 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',
] ]