mirror of
https://github.com/EChachati/SQLModel-CRUD-manager.git
synced 2025-08-14 19:10:18 +08:00
update package and version
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
[tool.poetry]
|
||||
name = "SQLModel-CRUD-manager"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
description = "The SQLModel CRUD Manager is a Python library that facilitates common Create, Read, Update, and Delete (CRUD) operations on SQLModel entities within a FastAPI application. This library simplifies database interactions and provides an easy-to-use interface for managing SQLModel entities."
|
||||
authors = ["Edkar Chachati <chachati28@gmail.com>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/EChachati/SQLModel-CRUD-manager"
|
||||
documentation = "https://github.com/EChachati/SQLModel-CRUD-manager/blob/master/README.md"
|
||||
packages = [{include = "sqlmodel-crud-manager"}]
|
||||
packages = [{include = "sqlmodel_crud_manager"}]
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
fastapi = "^0.105.0"
|
||||
|
Reference in New Issue
Block a user