Skip to content

Commit ce39bd5

Browse files
authored
Add bx-python as requirement
1 parent 090060a commit ce39bd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ def run(self):
7373
long_description=open('README.md').read(),
7474
install_requires=[
7575
"Flask==0.10.1",
76-
"hicbrowser"
76+
"hicbrowser",
77+
"bx-python"
7778
],
7879
cmdclass={'sdist': sdist}
7980
)

0 commit comments

Comments
 (0)