Add python-dotenv

This commit is contained in:
sonny 2020-12-27 16:48:06 +01:00
parent 3b4784dcb2
commit 403bd89ca2
4 changed files with 29 additions and 4 deletions

View file

@ -8,6 +8,7 @@ license = "GPL-3.0"
[tool.poetry.dependencies]
python = "^3.7"
click = "^7.1.2"
python-dotenv = "^0.15.0"
[tool.poetry.dev-dependencies]
black = "^20.8b1"