Add requests to the dependencies
This commit is contained in:
parent
cf8f7d5555
commit
bca3311596
2 changed files with 58 additions and 10 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue