Skip to content

Commit

Permalink
fix: add asyncpg as optional dep (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon authored Jan 16, 2024
1 parent 05d18d7 commit 1ed5aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
install_requires=dependencies,
extras_require={
"pg8000": ["pg8000>=1.30.4"],
"asyncpg": ["asyncpg>=0.29.0"],
},
python_requires=">=3.8",
include_package_data=True,
Expand Down

0 comments on commit 1ed5aa2

Please sign in to comment.