initial commit
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
@ -0,0 +1,14 @@
|
||||
[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" }
|
||||
Reference in New Issue
Block a user