add dotenv

This commit is contained in:
Pablo Martin 2024-06-03 18:03:42 +02:00
parent b1522260bb
commit 3131f93371
2 changed files with 28 additions and 1 deletions

View file

@ -8,6 +8,8 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
click = "^8.1.7"
python-dotenv = "^1.0.1"
pyfiglet = "^1.0.2"
[build-system]