Add versioning support by default, replace _Project.md with _Summary.md and _Description.md, upgrade to the latest Tortoise ORM version

This commit is contained in:
2026-07-15 23:43:31 -03:00
parent f8f6dad237
commit 6d1f73772e
22 changed files with 242 additions and 388 deletions
+3 -6
View File
@@ -3,17 +3,14 @@ name = "project"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.14"
dependencies = [
"aerich[toml]>=0.9.2",
"fastapi[standard]>=0.128.0",
"nanoid>=2.0.0",
"orjson>=3.11.5",
"python-dotenv>=1.2.1",
"tortoise-orm[accel,asyncpg]>=0.25.3",
"tortoise-orm[accel,asyncpg]>=1.1.7",
]
[tool.aerich]
[tool.tortoise]
tortoise_orm = "project.lib.settings.DATABASE"
location = "project/db/migrations"
src_folder = "./."