diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-29 19:04:09 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-07-30 18:56:33 -0700 |
commit | 2d13735e57aa4a20eaa36011db24e443a460d1a0 (patch) | |
tree | cca59dca81f45b0efad54d1303179f05968447e1 | |
parent | a890f2da17956ad7c988f3f7cc457ae186e9f88a (diff) | |
download | fatcat-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/Pipfile | 2 |
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" |