diff --git a/src/ohmyapi/core/templates/project/pyproject.toml.j2 b/src/ohmyapi/core/templates/project/pyproject.toml.j2 index 0fe3dcd..752ecec 100644 --- a/src/ohmyapi/core/templates/project/pyproject.toml.j2 +++ b/src/ohmyapi/core/templates/project/pyproject.toml.j2 @@ -11,6 +11,7 @@ license = { text = "MIT" } dependencies = [ "ohmyapi" +# "asyncpg" ] [tool.poetry.group.dev.dependencies]