Release v2
This commit is contained in:
+15
-9
@@ -1,12 +1,18 @@
|
||||
[project]
|
||||
name = "api"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
name = "nyeki-api"
|
||||
version = "1.0.0"
|
||||
description = "A simple API to solve my own needs."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = []
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"toml>=0.10.2",
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"fastapi[standard]>=0.128.0",
|
||||
"httpx>=0.28.1",
|
||||
"nanoid>=2.0.0",
|
||||
"orjson>=3.11.5",
|
||||
"python-dotenv>=1.2.1",
|
||||
"redis>=8.0.1",
|
||||
"tortoise-orm[accel,asyncpg]>=1.1.7",
|
||||
]
|
||||
|
||||
[tool.tortoise]
|
||||
tortoise_orm = "nyekiapi.lib.settings.DATABASE"
|
||||
|
||||
Reference in New Issue
Block a user