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/setup.py b/setup.py index 16ba98c..ef723f8 100644 --- a/setup.py +++ b/setup.py
@@ -33,6 +33,7 @@ extras = { "aiohttp": "aiohttp >= 3.6.2, < 4.0.0dev; python_version>='3.6'", "pyopenssl": "pyopenssl>=20.0.0", + "reauth": "pyu2f>=0.1.5", } with io.open("README.rst", "r") as fh: