diff --git a/pyproject.toml b/pyproject.toml index d24631e..ddd769f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,9 @@ docs = [ "sphinx-autoapi", "releases", "toml", + + # from async extra + "aiohttp", ] [build-system]