diff --git a/apps/cli/launchers/pymygdala/src/pymygdala/__init__.py b/apps/cli/launchers/pymygdala/src/pymygdala/__init__.py index 00924d7ae1576ee1f8b8352041ef0510f6f3ae37..2d39ea807de933897654c99ba7d7643a590f88af 100644 --- a/apps/cli/launchers/pymygdala/src/pymygdala/__init__.py +++ b/apps/cli/launchers/pymygdala/src/pymygdala/__init__.py @@ -6,4 +6,4 @@ Using this library you can log messages to RabbitMQ with a standard-isg logging Many (most?) of the defaults for things like routing keys, exchange names and CAPO properties are heavily NRAO-centric but you can order-ride them if you want. """ -from .models import (LogHandler, LogDumper, SendEvent, SendNRAOEvent, RPCEvent) \ No newline at end of file +from .models import LogHandler, LogDumper, SendEvent, SendNRAOEvent, RPCEvent diff --git a/environment.yml b/environment.yml index b0cc5db541dafcd6920ef7aaa455f841b8cae943..e42e0d028dc8b175016cda74043e2cd13651f303 100644 --- a/environment.yml +++ b/environment.yml @@ -1,7 +1,7 @@ name: data channels: + - https://builder.aoc.nrao.edu/conda - defaults - - http://builder.aoc.nrao.edu/conda dependencies: - alembic=1.4 - astropy=4.0 @@ -28,4 +28,5 @@ dependencies: - simplejson=3.17 - sqlalchemy=1.3 - tqdm=4.46 - - waitress=1.4 \ No newline at end of file + - waitress=1.4 + - zc.buildout=2.13.2 \ No newline at end of file