commit | 82293fe2caaf5258babb5df1cff0a5ddc9e44b38 | [log] [tgz] |
---|---|---|
author | arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com> | Wed Apr 14 11:22:13 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Apr 14 11:22:13 2021 -0700 |
tree | ecdf3fc78ea2e394060442715360f103ecd83d17 | |
parent | e3836367efad561db863bf50eb452e93293278cc [diff] [blame] |
feat: add reauth feature to user credentials (#727) * feat: add reauth support to oauth2 credentials * update
diff --git a/noxfile.py b/noxfile.py index 3b4863c..0bd7f6c 100644 --- a/noxfile.py +++ b/noxfile.py
@@ -25,6 +25,7 @@ "pytest", "pytest-cov", "pytest-localserver", + "pyu2f", "requests", "urllib3", "cryptography",