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,