18 lines
320 B
TOML
18 lines
320 B
TOML
[project]
|
|
name = "common"
|
|
version = "0.2.0"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"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"]
|