We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 090060a + ce39bd5 commit f12bd01Copy full SHA for f12bd01
1 file changed
setup.py
@@ -73,7 +73,8 @@ def run(self):
73
long_description=open('README.md').read(),
74
install_requires=[
75
"Flask==0.10.1",
76
- "hicbrowser"
+ "hicbrowser",
77
+ "bx-python"
78
],
79
cmdclass={'sdist': sdist}
80
)
0 commit comments