Initial test

This commit is contained in:
sonny 2020-12-27 20:55:19 +01:00
parent 2d9a070514
commit 312d872adc
5 changed files with 171 additions and 13 deletions

View file

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