diff --git a/.readthedocs.yml b/.readthedocs.yml index f7e840b..edbd161 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,5 +9,5 @@ python: extra_requirements: - docs # install all backends for autodoc - - postgres+asyncpg - - mysql+aiomysql + - postgres + - mysql diff --git a/setup.py b/setup.py index 6ca5c43..2e5e740 100644 --- a/setup.py +++ b/setup.py @@ -45,10 +45,10 @@ "sphinxcontrib-asyncio", "guzzle_sphinx_theme" ], - "postgres+asyncpg": [ + "postgresql": [ "asyncpg>=0.12.0" ], - "mysql+aiomysql": [ + "mysql": [ "aiomysql>=0.0.9", ] },