diff --git a/backend/poetry.lock b/backend/poetry.lock index 395248d2..889848ed 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -4387,6 +4387,21 @@ files = [ [package.extras] cli = ["click (>=5.0)"] +[[package]] +name = "python-dotenv" +version = "1.0.1" +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.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"}, + {file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"}, +] + +[package.extras] +cli = ["click (>=5.0)"] + [[package]] name = "python-iso639" version = "2024.2.7" @@ -6370,4 +6385,5 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9.0,<3.12" + content-hash = "515e634f516005b531147a125fd22636b4cccf99b5a740e8c908debca010a712"