From 10ddca2c2fd6b14bbd94fe57aed66a6de03e1777 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 2 Jan 2019 17:58:15 -0800 Subject: start on webface oauth2/oidc web auth --- python/Pipfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index 45052870..8651b778 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -18,11 +18,15 @@ pylint = "*" pg-view = "*" [packages] +python-dotenv = "*" Flask = "*" -requests = "*" -raven = { extras = ['flask'], version = "*" } +#Flask-OIDC = "*" flask-uuid = "*" flask-debugtoolbar = "*" +flask-login = "*" +loginpass = "*" +requests = "*" +raven = { extras = ['flask'], version = "*" } pykafka = "*" python-dateutil = "*" sickle = "*" -- cgit v1.2.3