15 lines
338 B
TOML
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" }
|