Add xlrd to the dependencies
This commit is contained in:
parent
67726a0c50
commit
5a5c6dc8ae
2 changed files with 19 additions and 1 deletions
|
|
@ -32,6 +32,7 @@ numpy = "^1.20.3"
|
|||
pandas = "^1.2.4"
|
||||
requests = "^2.25.1"
|
||||
tabulate = "^0.8.9"
|
||||
xlrd = "^2.0.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = "^21.5b1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue