Skip to content

Commit

Permalink
added dependency in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oskar-j committed Oct 11, 2020
1 parent e0c5b0e commit f959511
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 @@ -41,7 +41,7 @@ def setup_package():
url=URL,
download_url=DOWNLOAD_URL,
packages=find_packages(exclude=['*tests*']),
install_requires=['numpy', 'pandas'])
install_requires=['numpy', 'pandas', 'xlrd'])

setup(**metadata)

Expand Down

0 comments on commit f959511

Please # to comment.