Files
IPAToolClient/pyproject.toml
2025-11-06 22:43:15 +03:00

15 lines
338 B
TOML

[project]
name = "ipatoolclient"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"httpwrapper",
"jsoner",
]
[tool.uv.sources]
httpwrapper = { git = "https://github.com/trojvn/httpwrapper.git" }
jsoner = { git = "https://github.com/trojvn/jsoner.git" }