14 lines
261 B
TOML
14 lines
261 B
TOML
[project]
|
|
name = "yuqei-python-sdk"
|
|
version = "0.1.0"
|
|
description = "Python SDK for Yuqei V2 services"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"httpx>=0.28",
|
|
"pydantic>=2.10",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|