Add xlrd to pipenv for Pandas read_excel support

This commit is contained in:
Alan Orth 2019-07-28 17:05:17 +03:00
parent 5771764ad2
commit c2f28194eb
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
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"

10
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "034e55aa1d397a7ba9037c558224121a3fa2998a7dba82d94bbc91a0769d07fa"
"sha256": "c98ad40f5fc15aaa49f63af944091f7a11cf3d0ee1184f4e9dd927913155c011"
},
"pipfile-spec": 6,
"requires": {
@ -85,6 +85,14 @@
"sha256:d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73"
],
"version": "==1.12.0"
},
"xlrd": {
"hashes": [
"sha256:546eb36cee8db40c3eaa46c351e67ffee6eeb5fa2650b71bc4c758a29a1b29b2",
"sha256:e551fb498759fa3a5384a94ccd4c3c02eb7c00ea424426e212ac0c57be9dfbde"
],
"index": "pypi",
"version": "==1.2.0"
}
},
"develop": {