From db4e3fff2bce6a856c3302d149bac65813db7600 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Fri, 24 Nov 2023 01:13:30 -0600 Subject: [PATCH] Important part of the ircbot --- poetry.lock | 16 +++++++++++++++- pyproject.toml | 1 + 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 7664650..f18ad84 100644 --- a/poetry.lock +++ b/poetry.lock @@ -25,6 +25,20 @@ files = [ {file = "certifi-2023.11.17.tar.gz", hash = "sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1"}, ] +[[package]] +name = "python-dotenv" +version = "1.0.0" +description = "Read key-value pairs from a .env file and set them as environment variables" +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 = "urllib3" version = "2.1.0" @@ -44,4 +58,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7d0617b07c92340e5f652e922814eecb54c0a7161d5893d16483a40097b4db4f" +content-hash = "48808e6f2c2ef0f18b46ffba3d13d473eacccad61c6bc369c655a127a7df48fd" diff --git a/pyproject.toml b/pyproject.toml index 62c3da8..f76823c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ authors = ["Firepup Sixfifty "] [tool.poetry.dependencies] python = "^3.9" apiclient = "^1.0.4" +python-dotenv = "^1.0.0" [tool.poetry.dev-dependencies]