From 7238f12ed09604043d49e2a39ff7656fd8f0bfaa Mon Sep 17 00:00:00 2001 From: Dawood Khan Date: Wed, 8 Jul 2020 13:18:47 -0400 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2624d44ecd..56930bf2c0 100644 --- a/setup.py +++ b/setup.py @@ -20,5 +20,6 @@ setup( 'scipy', 'IPython', 'scikit-image', + 'analytics', ], )