Skip to content

Commit d6f94b3

Browse files
committed
remove sync sql (pyscopg2, pymysql) libraries (encode#198, encode#204)
1 parent a411e44 commit d6f94b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def get_packages(package):
5050
data_files=[("", ["LICENSE.md"])],
5151
install_requires=["sqlalchemy", 'aiocontextvars;python_version<"3.7"'],
5252
extras_require={
53-
"postgresql": ["asyncpg", "psycopg2"],
54-
"mysql": ["aiomysql", "pymysql"],
53+
"postgresql": ["asyncpg"],
54+
"mysql": ["aiomysql"],
5555
"sqlite": ["aiosqlite"],
5656
"postgresql+aiopg": ["aiopg"]
5757
},

0 commit comments

Comments
 (0)