Skip to content

Commit

Permalink
removed install requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
idfarbanecha committed Jul 9, 2021
1 parent 43ca2f6 commit 5874187
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
packages=find_packages(),
include_package_data=True,
data_files=[(".", ["LICENSE", "README.md"])],
install_requires=['click', 'snakemake==6.2.1'],
entry_points={
'console_scripts': [
'mess = mess.mess:cli'
Expand Down

0 comments on commit 5874187

Please sign in to comment.