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