From 7edd17d359da6e088052c4548ed5e2559410d43b Mon Sep 17 00:00:00 2001 From: Brian Wiborg Date: Mon, 29 Sep 2025 14:34:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=B1=20Solely=20depend=20on=20OhMyAPI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core/templates/project/pyproject.toml.j2 | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/ohmyapi/core/templates/project/pyproject.toml.j2 b/src/ohmyapi/core/templates/project/pyproject.toml.j2 index 7aa7186..7b2a532 100644 --- a/src/ohmyapi/core/templates/project/pyproject.toml.j2 +++ b/src/ohmyapi/core/templates/project/pyproject.toml.j2 @@ -10,18 +10,7 @@ readme = "README.md" license = { text = "MIT" } dependencies = [ - "typer >=0.19.1,<0.20.0", - "jinja2 >=3.1.6,<4.0.0", - "fastapi >=0.117.1,<0.118.0", - "tortoise-orm >=0.25.1,<0.26.0", - "aerich >=0.9.1,<0.10.0", - "uvicorn >=0.36.0,<0.37.0", - "ipython >=9.5.0,<10.0.0", - "passlib >=1.7.4,<2.0.0", - "pyjwt >=2.10.1,<3.0.0", - "python-multipart >=0.0.20,<0.0.21", - "crypto >=1.4.1,<2.0.0", - "argon2-cffi >=25.1.0,<26.0.0", + "ohmyapi (>=0.1.0,<0.2.0)" ] [tool.poetry.group.dev.dependencies]