From 2d13735e57aa4a20eaa36011db24e443a460d1a0 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 29 Jul 2020 19:04:09 -0700 Subject: lock loginpass version to prevent conflicting authlib version May be possible to upgrade both of these libraries together, but that isn't the purpose of current development. --- python/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index 1c7ebf3a..d8822f7e 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -30,7 +30,7 @@ flask-wtf = "*" Flask-Misaka = "*" flask-mwoauth = "*" WTForms = "*" -loginpass = ">=0.4" +loginpass = "==0.4" # loginpass 0.4 is not actually compatible with newer authlib authlib = "<0.13" requests = ">=2" -- cgit v1.2.3