Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaves authored Nov 16, 2023
1 parent dcc298a commit 6ae02d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ python = ">= 3.7, < 3.12"
aiohttp = {extras = ["speedups"], version = "^3.7.4", optional = true}
asyncpg = [
{version = "^0.23.0", python = ">= 3.7, < 3.11"},
{git = "https://github.com/includesoftware/python-asyncpg.git", branch = "cython3", optional = true, python = "==3.11"}
{git = "https://github.com/musicinmybrain/asyncpg.git", branch = "cython3", optional = true, python = "==3.11"}
]
hypothesis = {version = "^6.8.5", optional = true}
dill = "^0.3.2"
Expand Down

0 comments on commit 6ae02d8

Please sign in to comment.