Add tabulate to the dependencies

This commit is contained in:
Alexander Hess 2021-05-25 08:06:34 +02:00
commit 67726a0c50
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 17 additions and 1 deletions

View file

@ -31,6 +31,7 @@ missingno = "^0.4.2"
numpy = "^1.20.3"
pandas = "^1.2.4"
requests = "^2.25.1"
tabulate = "^0.8.9"
[tool.poetry.dev-dependencies]
black = "^21.5b1"