Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit a411e44

Browse files
authored
Replace psycopg2-binary with psycopg2 (#198) (#204)
1 parent 25e65ed commit a411e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ 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-binary"],
53+
"postgresql": ["asyncpg", "psycopg2"],
5454
"mysql": ["aiomysql", "pymysql"],
5555
"sqlite": ["aiosqlite"],
5656
"postgresql+aiopg": ["aiopg"]

0 commit comments

Comments
 (0)