This commit is contained in:
simonwt 2026-03-30 19:44:12 +01:00
parent b5b3681843
commit 3b8e1e558b
11 changed files with 414 additions and 0 deletions

12
pyproject.toml Normal file
View 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",
]