Skip to content

Commit

Permalink
update setup.py reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
souzatharsis committed Jul 2, 2021
1 parent 4d0f0a8 commit 2f3da09
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 @@ -21,5 +21,5 @@
url="https://pyett.readthedocs.io/",
license=license,
packages=find_packages(exclude=["contrib", "docs", "tests"]),
install_requires=["requests==2.22.0", "pandas==1.0.3", "nbsphinx==0.8.6", "aiohttp==3.6.2"],
install_requires=["requests==2.22.0", "pandas==1.0.3", "nbsphinx==0.8.6", "aiohttp==3.6.2", "lxml"],
)

0 comments on commit 2f3da09

Please sign in to comment.