refactor: integrate model platform backend
This commit is contained in:
+5
-15
@@ -1,27 +1,17 @@
|
||||
[project]
|
||||
name = "common"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "tao.chen", email = "93983997+taochen-ct@users.noreply.github.com" }
|
||||
]
|
||||
version = "0.2.0"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"alembic>=1.18.5",
|
||||
"pydantic-settings>=2.14.2",
|
||||
"pymysql>=1.2.0",
|
||||
"sqlalchemy>=2.0.51",
|
||||
"SQLAlchemy==2.0.51",
|
||||
"asyncmy==0.2.11",
|
||||
"boto3>=1.34,<2",
|
||||
"fastapi==0.116.1",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/common"]
|
||||
|
||||
[[tool.uv.index]]
|
||||
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
|
||||
default = true
|
||||
|
||||
Reference in New Issue
Block a user