mirror of
https://github.com/Fare-spec/get_ovh_bills.git
synced 2025-12-07 10:20:36 +00:00
add some logging errors that will be send by email
This commit is contained in:
19
pyproject.toml
Normal file
19
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user