Skip to content

Commit 6810b53

Browse files
committed
Removed saml dependency
1 parent 3c7a655 commit 6810b53

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packet/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import os
66

77
import csh_ldap
8-
import flask_saml
98
from flask import Flask
109
from flask_migrate import Migrate
1110
from flask_pyoidc.flask_pyoidc import OIDCAuthentication
@@ -32,8 +31,6 @@
3231
# LDAP
3332
_ldap = csh_ldap.CSHLDAP(app.config['LDAP_BIND_DN'], app.config['LDAP_BIND_PASS'])
3433

35-
flask_saml.FlaskSAML(app)
36-
3734
# pylint: disable=wrong-import-position
3835
if app.config["REALM"] == "csh":
3936
from .routes import upperclassmen

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ flask_sqlalchemy==2.3.2
44
psycopg2-binary==2.7.5
55
Flask-Migrate==2.2.1
66
pylint==2.1.1
7-
flask_saml==0.4.3
87
gunicorn==19.7.1
98
csh_ldap>=2.1.0

0 commit comments

Comments
 (0)