generated from nyeki/uv-fastapi-tortoise
Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[project]
|
||||
name = "project"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"fastapi[standard]>=0.128.0",
|
||||
"nanoid>=2.0.0",
|
||||
"orjson>=3.11.5",
|
||||
"python-dotenv>=1.2.1",
|
||||
"tortoise-orm[accel,asyncpg]>=1.1.7",
|
||||
]
|
||||
|
||||
[tool.tortoise]
|
||||
tortoise_orm = "project.lib.settings.DATABASE"
|
||||
Reference in New Issue
Block a user