Remove Flask-OAuthlib and oauth_blender_id from Pillar

We switch completely to a rauth-based approach, allowing multiple providers for authentication.
This commit is contained in:
2017-08-18 18:34:10 +02:00
parent 6e9a539d61
commit 6b3e523036
6 changed files with 34 additions and 64 deletions

View File

@@ -14,7 +14,6 @@ Flask==0.12.2
Flask-Cache==0.13.1
Flask-Script==2.0.5
Flask-Login==0.3.2
Flask-OAuthlib==0.9.3
Flask-WTF==0.12
gcloud==0.12.0
google-apitools==0.4.11
@@ -24,6 +23,7 @@ ndg-httpsclient==0.4.0
Pillow==4.1.1
pycrypto==2.6.1
python-dateutil==2.5.3
rauth==0.7.3
redis==2.10.5
WebOb==1.5.0
wheel==0.29.0