From 3ff5c1f371fb6764df415e816884e1be0577088c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 28 Feb 2020 13:37:36 -0800 Subject: pipenv: lock authlib to less than v0.13; rebuild lock file --- python/Pipfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index 838cc2c0..a2ce14e1 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -30,6 +30,8 @@ Flask-Misaka = "*" flask-mwoauth = "*" WTForms = "*" loginpass = ">=0.4" +# loginpass 0.4 is not actually compatible with newer authlib +authlib = "<0.13" requests = ">=2" raven = {extras = ['flask'],version = "*"} pykafka = ">=2" -- cgit v1.2.3