From 9100c4d9d61734124a5fc0a0639f5e420f0b396c Mon Sep 17 00:00:00 2001 From: nhertz <nhertz@nrao.edu> Date: Wed, 12 Aug 2020 14:00:18 -0600 Subject: [PATCH] Corrected another dependency typo. --- apps/cli/launchers/wf/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/launchers/wf/setup.py b/apps/cli/launchers/wf/setup.py index c496a495b..5e4539f77 100644 --- a/apps/cli/launchers/wf/setup.py +++ b/apps/cli/launchers/wf/setup.py @@ -16,7 +16,7 @@ setup( author_email='dms-ssa@nrao.edu', url='TBD', license="GPL", - install_requires=['pika', 'psycopg2', 'cx-Oracle', 'pymygdala', 'pycapo', 'schema'], + install_requires=['pika', 'psycopg2', 'cx_Oracle', 'pymygdala', 'pycapo', 'schema'], keywords=[], packages=['wf'], package_dir={'':'src'}, -- GitLab