Skip to content

Commit

Permalink
Remove xlrd dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Feb 25, 2021
1 parent e7024f0 commit df11dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
include_package_data=True,
install_requires=['py4xs', 'numpy', 'pandas',
'python-barcode', 'matplotlib', 'pillow',
'openpyxl>=3', 'xlrd', "qrcode"],
'openpyxl>=3', 'qrcode'],
python_requires='>=3.6',
classifiers=[
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit df11dfb

Please sign in to comment.