Change entrypoint, add dotenv for local debug

This commit is contained in:
Deko
2023-12-30 18:13:13 +01:00
parent 49f149b56a
commit 87f359b935
3 changed files with 18 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ python = "^3.11"
requests = "^2.31.0"
loguru = "^0.7.2"
pre-commit = "^3.6.0"
python-dotenv = "^1.0.0"
[tool.poetry.dev-dependencies]
black = "^23.12.1"