Add requests to the dependencies

This commit is contained in:
Alexander Hess 2021-05-25 08:05:52 +02:00
commit bca3311596
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 58 additions and 10 deletions

View file

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