mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-05-10 15:16:01 +02:00
Remove Excel support
I never used this and it seems xlrd doesn't even support .xlsx any- more anyways. If this was needed I could theoretically use openpyxl but I'd rather just stick to CSV.
This commit is contained in:
@ -14,7 +14,6 @@ csv-metadata-quality = 'csv_metadata_quality.__main__:main'
|
||||
python = "^3.8"
|
||||
pandas = "^1.4.0"
|
||||
python-stdnum = "^1.13"
|
||||
xlrd = "^1.2.0"
|
||||
requests = "^2.27.1"
|
||||
requests-cache = "^0.9.1"
|
||||
pycountry = "^22.1.10"
|
||||
|
Reference in New Issue
Block a user