Skip to content

Commit

Permalink
remove sync sql (pyscopg2, pymysql) libraries (encode#198, encode#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
retnikt committed May 1, 2020
1 parent a411e44 commit d6f94b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def get_packages(package):
data_files=[("", ["LICENSE.md"])],
install_requires=["sqlalchemy", 'aiocontextvars;python_version<"3.7"'],
extras_require={
"postgresql": ["asyncpg", "psycopg2"],
"mysql": ["aiomysql", "pymysql"],
"postgresql": ["asyncpg"],
"mysql": ["aiomysql"],
"sqlite": ["aiosqlite"],
"postgresql+aiopg": ["aiopg"]
},
Expand Down

0 comments on commit d6f94b3

Please sign in to comment.