diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-10 17:47:43 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-10 17:47:43 -0700 |
commit | 7022773e8f3decbe80c37fe77962a70932072d1b (patch) | |
tree | 8f6b751d0523993e35ae9dcbc4a4c9ee6188357d /python/Pipfile | |
parent | 978edc5dc5fe90f705252c44c1291cc6140eeb3a (diff) | |
parent | effef07fbb8eea5b608d48e6b6bd420ea2c76506 (diff) | |
download | fatcat-7022773e8f3decbe80c37fe77962a70932072d1b.tar.gz fatcat-7022773e8f3decbe80c37fe77962a70932072d1b.zip |
Merge branch 'bnewbold-loginpass-orcid'
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index 63336f5f..42d0b7ad 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -29,7 +29,7 @@ flask-wtf = "*" Flask-Misaka = "*" flask-mwoauth = "*" WTForms = "*" -loginpass = "*" +loginpass = { git = 'https://github.com/authlib/loginpass.git', ref = 'ed9e527502bd19be6793f88ed71ca0e1764e9034' } requests = ">=2" raven = { extras = ['flask'], version = "*" } pykafka = ">=2" |