From c23576b3937abe5483aa03e66e53089fc79fd845 Mon Sep 17 00:00:00 2001 From: Brian Wiborg Date: Wed, 8 Oct 2025 13:09:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Remove=20ohmyapi=20from=20templa?= =?UTF-8?q?te=20deps?= 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 deletion(-) diff --git a/src/ohmyapi/core/templates/project/pyproject.toml.j2 b/src/ohmyapi/core/templates/project/pyproject.toml.j2 index 752ecec..f877761 100644 --- a/src/ohmyapi/core/templates/project/pyproject.toml.j2 +++ b/src/ohmyapi/core/templates/project/pyproject.toml.j2 @@ -10,7 +10,6 @@ readme = "README.md" license = { text = "MIT" } dependencies = [ - "ohmyapi" # "asyncpg" ]