mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
that implements Security Association Markup Language (SAML) authentication. WWW: https://bitbucket.org/asecurityteam/flask_saml PR: 225202 Submitted by: John W. O'Brien <john@saltant.com> Sponsored by: iXsystems Inc.
10 lines
401 B
Python
10 lines
401 B
Python
--- setup.py.orig 2018-05-21 01:06:59 UTC
|
|
+++ setup.py
|
|
@@ -25,7 +25,6 @@ setuptools.setup(
|
|
author='Florian Ruechel',
|
|
tests_require=['pytest >= 2.5.2', 'mock', 'sphinx', 'pytest-mock'],
|
|
install_requires=install_requires,
|
|
- setup_requires=['pytest-runner'],
|
|
author_email='fruechel@atlassian.com',
|
|
description='Flask SAML integration',
|
|
long_description=long_description,
|