Skip to content
Snippets Groups Projects
Commit b29b854f authored by Blaise Li's avatar Blaise Li
Browse files

Harmonize dependencies.

Notes:

* html5lib is not directly imported, but it is used by BeautifulSoup.
* bs4 is an alias for beautifulsoup4 on pypi.
parent 2b10cc3e
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,8 @@ setup( ...@@ -33,7 +33,8 @@ setup(
license="GNU GPLv3", license="GNU GPLv3",
packages=find_packages(), packages=find_packages(),
install_requires=[ install_requires=[
"bs4", "beautifulsoup4",
"html5lib",
"matplotlib", "matplotlib",
"pandas", "pandas",
"snakemake"] "snakemake"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment