From 187958748f8d424638cff237e7b8119e94f1562e Mon Sep 17 00:00:00 2001 From: "Frondorf, Niklas" Date: Wed, 18 Oct 2023 11:54:02 +0200 Subject: [PATCH] added python-dotenv to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 70d3e9e..646da76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,7 @@ dependencies = [ 'python-slugify~=6.1.2', 'rich~=12.6.0', 'cookiecutter>=2.1.1', + 'python-dotenv>=1.0.0' ] requires-python = ">=3.8"