diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-09 17:16:02 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-09 17:16:02 -0700 |
commit | ebedda562b528db3f14e47093b380ef41a303261 (patch) | |
tree | ab8a6f91c6d0008a15829de069322c8c4622bd61 /python/Pipfile | |
parent | ebef8e0e73ea69191545c309bb3f0b602dcc93ca (diff) | |
download | fatcat-ebedda562b528db3f14e47093b380ef41a303261.tar.gz fatcat-ebedda562b528db3f14e47093b380ef41a303261.zip |
flask-mwoauth for Wikipedia OAuth logins
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile index 09a5327c..63336f5f 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -27,6 +27,7 @@ flask-debugtoolbar = "*" flask-login = "*" flask-wtf = "*" Flask-Misaka = "*" +flask-mwoauth = "*" WTForms = "*" loginpass = "*" requests = ">=2" |