Skip to content

Commit

Permalink
setup update
Browse files Browse the repository at this point in the history
  • Loading branch information
codemeleon committed Jun 11, 2023
1 parent 5ad7025 commit 0b4adfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name="SeqPanther",
version="0.0.1",
install_requires=[
'biopython>=1.80', 'click>=7.1.2', 'numpy>=1.22.1', 'pandas>=1.5.2',
'pyfaidx>=0.6.3.1', 'pysam>=0.18.0', 'matplotlib>=3.6.2'
'biopython', 'click', 'numpy', 'pandas', 'pyfaidx', 'pysam',
'matplotlib'
],
packages=find_packages(include=["seqPanther", "seqPanther.*"]),
entry_points={
Expand Down

0 comments on commit 0b4adfb

Please sign in to comment.