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

17
poetry.lock generated
View File

@@ -558,6 +558,21 @@ pytest = ">=4.6"
[package.extras]
testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"]
[[package]]
name = "python-dotenv"
version = "1.0.0"
description = "Read key-value pairs from a .env file and set them as environment variables"
category = "main"
optional = false
python-versions = ">=3.8"
files = [
{file = "python-dotenv-1.0.0.tar.gz", hash = "sha256:a8df96034aae6d2d50a4ebe8216326c61c3eb64836776504fcca410e5937a3ba"},
{file = "python_dotenv-1.0.0-py3-none-any.whl", hash = "sha256:f5971a9226b701070a4bf2c38c89e5a3f0d64de8debda981d1db98583009122a"},
]
[package.extras]
cli = ["click (>=5.0)"]
[[package]]
name = "pyyaml"
version = "6.0.1"
@@ -745,4 +760,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "d03129f97abdd02a458bd40fafe92eb05ab42a627c11085ca2c0eae9103a07ef"
content-hash = "cb8576503785736cbdb6173bb0353e1ef3ff0d33e04aa2b37632a9517a068233"