Merge branch 'freqtrade:develop' into dca

This commit is contained in:
Reigo Reinmets 2022-01-12 09:22:06 +02:00 committed by GitHub
commit ffab70d869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,6 @@ hyperopt = [
'filelock', 'filelock',
'joblib', 'joblib',
'progressbar2', 'progressbar2',
'psutil',
] ]
develop = [ develop = [
@ -69,6 +68,7 @@ setup(
'blosc', 'blosc',
'fastapi', 'fastapi',
'uvicorn', 'uvicorn',
'psutil',
'pyjwt', 'pyjwt',
'aiofiles' 'aiofiles'
], ],