diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-02-28 13:37:36 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-02-28 13:37:36 -0800 |
commit | 3ff5c1f371fb6764df415e816884e1be0577088c (patch) | |
tree | 68acbb2a28f35e5d2066d102561ed8371697f815 /python/Pipfile | |
parent | b4ab8501636b2891976ff867a064e02a478de065 (diff) | |
download | fatcat-3ff5c1f371fb6764df415e816884e1be0577088c.tar.gz fatcat-3ff5c1f371fb6764df415e816884e1be0577088c.zip |
pipenv: lock authlib to less than v0.13; rebuild lock file
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
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" |