1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-06-26 17:47:40 +02:00

Add xlrd to pipenv for Pandas read_excel support

This commit is contained in:
2019-07-28 17:05:17 +03:00
parent 5771764ad2
commit c2f28194eb
2 changed files with 10 additions and 1 deletions

View File

@ -10,6 +10,7 @@ ipython = "*"
[packages]
pandas = "*"
python-stdnum = "*"
xlrd = "*"
[requires]
python_version = "3.7"