🍱 Solely depend on OhMyAPI

This commit is contained in:
Brian Wiborg 2025-09-29 14:34:53 +02:00
parent cc2c9a3647
commit 7edd17d359
No known key found for this signature in database

View file

@ -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]