aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-07-29 19:04:09 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-07-30 18:56:33 -0700
commit2d13735e57aa4a20eaa36011db24e443a460d1a0 (patch)
treecca59dca81f45b0efad54d1303179f05968447e1
parenta890f2da17956ad7c988f3f7cc457ae186e9f88a (diff)
downloadfatcat-2d13735e57aa4a20eaa36011db24e443a460d1a0.tar.gz
fatcat-2d13735e57aa4a20eaa36011db24e443a460d1a0.zip
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.
-rw-r--r--python/Pipfile2
1 files changed, 1 insertions, 1 deletions
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"