Skip to content

Commit

Permalink
Fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mschroering committed Jul 23, 2018
1 parent 2f1b22b commit 173d5fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ def read(filename):
return open(os.path.join(os.path.dirname(__file__), filename)).read()

requires = [
'beautifulsoup4==4.4.1'
]
'beautifulsoup4==4.4.1',
'pyfaidx>=0.4.7.1'
]

test_requires = [
'nose==1.3.7'
'nose==1.3.7',
'flake8==3.5.0'
'pyfaidx>=0.4.7.1'
]

setup(
Expand Down

0 comments on commit 173d5fa

Please sign in to comment.