commit | 7e1525822d51bd9ce7dffca42d71313e6e776fcd | [log] [tgz] |
---|---|---|
author | Christopher Wilcox <crwilcox@google.com> | Mon Sep 28 15:27:20 2020 -0700 |
committer | GitHub <noreply@github.com> | Mon Sep 28 15:27:20 2020 -0700 |
tree | dc7397097e11234350b3076a7e5b9c8e53407dcb | |
parent | cc91e752137014bb7f10d1664b905aa317a1cd11 [diff] [blame] |
feat: add asyncio based auth flow (#612) * feat: asyncio http request logic and asynchronous credentials logic (#572) Co-authored-by: Anirudh Baddepudi <43104821+anibadde@users.noreply.github.com>
diff --git a/setup.py b/setup.py index 1c3578f..dd58f30 100644 --- a/setup.py +++ b/setup.py
@@ -27,6 +27,7 @@ 'rsa>=3.1.4,<5; python_version >= "3.5"', "setuptools>=40.3.0", "six>=1.9.0", + 'aiohttp >= 3.6.2, < 4.0.0dev; python_version>="3.6"', )