Added loading api params from dotenv file

This commit is contained in:
counterweight 2023-08-02 19:42:43 +02:00
parent fc7e6665a0
commit 819707af10
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
4 changed files with 32 additions and 2 deletions

View file

@ -13,6 +13,7 @@ camisatoshi-wordpress-reports = "camisatoshi_wordpress_reports.cli:app"
python = "^3.9"
typer = {extras = ["all"], version = "^0.9.0"}
woocommerce = "^3.0.0"
python-dotenv = "^1.0.0"
[build-system]