From 482b85182ad77a517e79d98d772f93f1f2536061 Mon Sep 17 00:00:00 2001 From: creslin <34645187+creslinux@users.noreply.github.com> Date: Thu, 26 Jul 2018 06:53:43 +0000 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ec541674..bfe01e6fe 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup(name='freqtrade', 'cachetools', 'coinmarketcap', 'scikit-optimize', - 'ujson' + 'ujson', 'py_find_1st' ], include_package_data=True,