diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-10 15:06:06 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-10 15:06:06 -0700 |
commit | c5d142c0d9f09d3f88e9e69c949bb126577f18aa (patch) | |
tree | d412ec0142f6cd06012fbfd189fae31540de57ce /python/Pipfile | |
parent | 325afb68b37eb53693a1b24d2a9d1ecda164995e (diff) | |
download | fatcat-c5d142c0d9f09d3f88e9e69c949bb126577f18aa.tar.gz fatcat-c5d142c0d9f09d3f88e9e69c949bb126577f18aa.zip |
use patched loginpass (temporarily)
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..bd25e4f2 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -29,7 +29,7 @@ flask-wtf = "*" Flask-Misaka = "*" flask-mwoauth = "*" WTForms = "*" -loginpass = "*" +loginpass = { git = 'https://github.com/bnewbold/loginpass.git', ref = 'bnewbold-orcid' } requests = ">=2" raven = { extras = ['flask'], version = "*" } pykafka = ">=2" |