diff options
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/poetry.lock b/poetry.lock index 6064605..53387d9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "anyio" @@ -2055,6 +2055,20 @@ files = [ six = ">=1.5" [[package]] +name = "python-dotenv" +version = "1.0.1" +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.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-json-logger" version = "2.0.7" description = "A python library adding a json log formatter" @@ -2773,4 +2787,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "8bd5404060dd752b7bf3633192f03dfe9c2df19af6b1ca654b1c94098aea8345" +content-hash = "f7d94f328597c3d10f6d8965a849ad80164ac561953ee5049ac3312a4eba362a" |