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

Commit cefc343

Browse files
committed
Adjustments for requirements.txt and setup.py
1 parent bf4dfe6 commit cefc343

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ aiocontextvars;python_version<"3.7"
66

77
# Async database drivers
88
aiomysql
9+
aiopg
910
aiosqlite
1011
asyncpg
1112

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ def get_packages(package):
5252
extras_require={
5353
"postgresql": ["asyncpg", "psycopg2-binary"],
5454
"mysql": ["aiomysql", "pymysql"],
55-
"sqlite": ["aiosqlite"]
55+
"sqlite": ["aiosqlite"],
56+
"postgresql+aiopg": ["aiopg"]
5657
},
5758
classifiers=[
5859
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)