We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a411e44 commit d6f94b3Copy full SHA for d6f94b3
setup.py
@@ -50,8 +50,8 @@ def get_packages(package):
50
data_files=[("", ["LICENSE.md"])],
51
install_requires=["sqlalchemy", 'aiocontextvars;python_version<"3.7"'],
52
extras_require={
53
- "postgresql": ["asyncpg", "psycopg2"],
54
- "mysql": ["aiomysql", "pymysql"],
+ "postgresql": ["asyncpg"],
+ "mysql": ["aiomysql"],
55
"sqlite": ["aiosqlite"],
56
"postgresql+aiopg": ["aiopg"]
57
},
0 commit comments