From 3b0cb7bc333c980523e38abd5d70ba9c6a24113f Mon Sep 17 00:00:00 2001 From: creslinux Date: Mon, 16 Jul 2018 18:06:31 +0000 Subject: [PATCH] Added ujson and py_find_1st to setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index cd0574fa2..4ec541674 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,8 @@ setup(name='freqtrade', 'cachetools', 'coinmarketcap', 'scikit-optimize', + 'ujson' + 'py_find_1st' ], include_package_data=True, zip_safe=False,