Commits

Darrell Schiebel authored 402891d0cc4
casatasks and grpc et al are not required to install casatablebrowser

src/setup.py

Modified
152 152 maintainer_email="drs@nrao.edu",
153 153 author="CASA development team",
154 154 author_email="aips2-request@nrao.edu",
155 155 distclass=BinaryDistribution,
156 156 url="https://open-bitbucket.nrao.edu/projects/CASA/repos/casatablebrowser/browse",
157 157 download_url="https://casa.nrao.edu/download/",
158 158 license="GNU Library or Lesser General Public License (LGPL)",
159 159 packages=setuptools.find_packages(),
160 160 cmdclass={"bdist_wheel": BdistWheel, "install": InstallPlatlib},
161 161 package_data={"casatablebrowser": all_files("casatablebrowser/__bin__") + ["LICENSE.txt"]},
162 - install_requires=["grpcio", "protobuf", "casatasks"],
162 + install_requires=[ ],
163 163 )

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut