WIP
This commit is contained in:
parent
b5b3681843
commit
3b8e1e558b
11 changed files with 414 additions and 0 deletions
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[project]
|
||||
name = "trustcafe-api-wrapper"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"dotenv>=0.9.9",
|
||||
"pydantic>=2.12.5",
|
||||
"requests>=2.33.1",
|
||||
"simplejson>=3.20.2",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue