18 lines
374 B
TOML
18 lines
374 B
TOML
[project]
|
|
name = "comgate"
|
|
version = "0.1.0"
|
|
description = "A Python Client for Comgate API"
|
|
readme = "README.md"
|
|
authors = [
|
|
{ name = "Radek Goláň jr.", email = "shield@shielddagger.com" }
|
|
]
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"pydantic[email]>=2.11.7",
|
|
"requests>=2.32.4",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|