Skip to content

Commit 67eefb9

Browse files
committed
install_requires git will-moore/omero-cli-zarr.git@register_command
1 parent a7d1c64 commit 67eefb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def read(fname):
9595
download_url='%s/archive/v%s.tar.gz' % (HOMEPAGE, VERSION), # NOQA
9696
packages=find_packages(),
9797
keywords=['omero', 'zarr', 'ome', 'web'],
98-
install_requires=['zarr'],
98+
install_requires=['git+https://github.com/will-moore/omero-cli-zarr.git@register_command'],
9999
include_package_data=True,
100100
zip_safe=False,
101101
cmdclass={'test': PyTest},

0 commit comments

Comments
 (0)