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.
1 parent 090060a commit ce39bd5Copy full SHA for ce39bd5
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