Files
get_ovh_bills/pyproject.toml

20 lines
428 B
TOML

[project]
name = "get-ovh-bills"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"certifi==2025.8.3",
"charset-normalizer==3.4.3",
"dkimpy==1.1.8",
"dnspython==2.7.0",
"idna==3.10",
"oauthlib==3.3.1",
"ovh==1.2.0",
"python-dotenv==1.1.1",
"requests==2.32.5",
"requests-oauthlib==2.0.0",
"urllib3==2.5.0",
]