Switch from ujson to rapidjson

This commit is contained in:
Matthias
2018-12-28 10:01:16 +01:00
parent 98ac2b15ca
commit c955415cc3
5 changed files with 11 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ setup(name='freqtrade',
'cachetools',
'coinmarketcap',
'scikit-optimize',
'ujson',
'python-rapidjson',
'py_find_1st'
],
include_package_data=True,