Skip to content

Commit

Permalink
Merge pull request #51 from stevenweaver/master
Browse files Browse the repository at this point in the history
adding requires.txt file
  • Loading branch information
stevenweaver authored Jan 11, 2019
2 parents d2e95ec + bade763 commit 2a85df6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
numpy
biopython
cython
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def setup_package():

setup(
name='hivtrace',
version='0.4.4',
version='0.4.5',
description='HIV-TRACE',
author='Joel Wertheim, Sergei Pond, and Steven Weaver',
author_email='[email protected]',
Expand All @@ -45,10 +45,10 @@ def setup_package():
},
install_requires=[
'biopython >= 1.58',
'biopython-extensions >= 0.18.3',
'bioext >= 0.19.4',
'hppy >= 0.9.9',
'tornado >= 4.3',
'hivclustering == 1.2.8',
'hivclustering == 1.3.2',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 2a85df6

Please sign in to comment.