add some logging errors that will be send by email

This commit is contained in:
2025-10-09 21:45:10 +02:00
parent b4d2f3181d
commit 0d997fc41d
5 changed files with 318 additions and 29 deletions

19
pyproject.toml Normal file
View File

@@ -0,0 +1,19 @@
[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",
]