diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-10 17:47:33 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-10 17:47:33 -0700 |
commit | effef07fbb8eea5b608d48e6b6bd420ea2c76506 (patch) | |
tree | af76e423453510fd018f4cc8a44756d233f5fedc | |
parent | d9e04e7ab264465c3eab4d050f289d27b7acb67c (diff) | |
download | fatcat-effef07fbb8eea5b608d48e6b6bd420ea2c76506.tar.gz fatcat-effef07fbb8eea5b608d48e6b6bd420ea2c76506.zip |
point loginpass to upstream (patch accepted)
-rw-r--r-- | python/Pipfile | 2 | ||||
-rw-r--r-- | python/Pipfile.lock | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/Pipfile b/python/Pipfile index bd25e4f2..42d0b7ad 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -29,7 +29,7 @@ flask-wtf = "*" Flask-Misaka = "*" flask-mwoauth = "*" WTForms = "*" -loginpass = { git = 'https://github.com/bnewbold/loginpass.git', ref = 'bnewbold-orcid' } +loginpass = { git = 'https://github.com/authlib/loginpass.git', ref = 'ed9e527502bd19be6793f88ed71ca0e1764e9034' } requests = ">=2" raven = { extras = ['flask'], version = "*" } pykafka = ">=2" diff --git a/python/Pipfile.lock b/python/Pipfile.lock index 6d8171ce..0d73417d 100644 --- a/python/Pipfile.lock +++ b/python/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "5e17a99fdd0d8a30570c3a59463d8d1983c3692fe9faedee5e9cca6163220b59" + "sha256": "e6ac8d0bd63b3819a170bde676a9f6a00933af9ac7cd45c75b809f14776e2652" }, "pipfile-spec": 6, "requires": { @@ -207,8 +207,8 @@ "version": "==2.5.0" }, "loginpass": { - "git": "https://github.com/bnewbold/loginpass.git", - "ref": "212c26b93e8bb4e66f4edb6a43927b72905e1e63" + "git": "https://github.com/authlib/loginpass.git", + "ref": "ed9e527502bd19be6793f88ed71ca0e1764e9034" }, "lxml": { "hashes": [ |