From 9ac95af00511e1a055fa0da8cf86dcc8414dc3c0 Mon Sep 17 00:00:00 2001 From: Brian Wiborg Date: Mon, 6 Oct 2025 21:29:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20option=20to=20pull=20in=20?= =?UTF-8?q?asyncpg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ohmyapi/core/templates/project/pyproject.toml.j2 | 1 + 1 file changed, 1 insertion(+) 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]