Skip to content

Commit

Permalink
Update bio2bel requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jul 30, 2018
1 parent def3c1a commit 1889197
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pybel>=0.11.10
bio2bel>=0.1.0
bio2bel>=0.1.1
tqdm
sqlalchemy
click
Expand Down
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@
META_PATH = os.path.join('src', 'bio2bel_hgnc', '__init__.py')
INSTALL_REQUIRES = [
'pybel>=0.11.10',
'bio2bel>=0.1.0',
'bio2bel>=0.1.1',
'tqdm',
'sqlalchemy',
'click',
'pyhgnc',
]
EXTRAS_REQUIRE = {
'web': ['flask', 'flask_admin'],
'web': [
'flask',
'flask_admin',
],
}
ENTRY_POINTS = {
'bio2bel': [
Expand Down

0 comments on commit 1889197

Please sign in to comment.