🔖 0.1.26
This commit is contained in:
parent
c56ea6451e
commit
2399b28c52
1 changed files with 4 additions and 4 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
[project]
|
[project]
|
||||||
name = "ohmyapi"
|
name = "ohmyapi"
|
||||||
version = "0.1.25"
|
version = "0.1.26"
|
||||||
description = "A Django-like but async web-framework based on FastAPI and TortoiseORM."
|
description = "Django-flavored scaffolding and management layer around FastAPI, Pydantic, TortoiseORM and Aerich migrations"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
keywords = ["fastapi", "tortoise", "orm", "async", "web-framework"]
|
keywords = ["fastapi", "tortoise", "orm", "pydantic", "async", "web-framework"]
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Brian Wiborg", email = "me@brianwib.org"}
|
{name = "Brian Wiborg", email = "me@brianwib.org"}
|
||||||
]
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.10"
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"typer >=0.19.1,<0.20.0",
|
"typer >=0.19.1,<0.20.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue