Skip to content
Snippets Groups Projects
Commit 3ddf8431 authored by Anton Joubert's avatar Anton Joubert
Browse files

Remove pytango from setup.py

While it is really a dependency, including it here means that
the CI tries to install and build it from scratch which fails
(and is unnecessary).  The docker images that this package is
used in already has pytango installed.
parent dd71fc48
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,6 @@ setuptools.setup(
setup_requires=[] + pytest_runner,
install_requires=[
"future",
"pytango",
"ska_logging >= 0.2.0"
],
keywords="lmc base classes ska",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment