diff --git a/setup.py b/setup.py index f4800ab3..cd78ec66 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,8 @@ setup( install_requires=[ 'docker', 'traitlets', - 'python-json-logger' + 'python-json-logger', + 'escapism' ], author='Yuvi Panda', author_email='yuvipanda@gmail.com',