diff --git a/requirements.txt b/requirements.txt index ae3d91f26..8394c4a13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ # Optionals -aiofiles graphene itsdangerous jinja2 @@ -16,7 +15,6 @@ isort==5.* mypy types-requests types-contextvars -types-aiofiles types-PyYAML types-dataclasses pytest diff --git a/setup.cfg b/setup.cfg index 51f2aad32..ef52a6336 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,8 +27,6 @@ xfail_strict=True filterwarnings= # Turn warnings that aren't filtered into exceptions error - # https://github.com/Tinche/aiofiles/issues/81 - ignore: "@coroutine" decorator is deprecated.*:DeprecationWarning # Deprecated GraphQL (including https://github.com/graphql-python/graphene/issues/1055) ignore: GraphQLApp is deprecated and will be removed in a future release\..*:DeprecationWarning ignore: Using or importing the ABCs from 'collections' instead of from 'collections\.abc' is deprecated.*:DeprecationWarning