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',
'joblib',
'progressbar2',
'psutil',
]
develop = [
@ -69,6 +68,7 @@ setup(
'blosc',
'fastapi',
'uvicorn',
'psutil',
'pyjwt',
'aiofiles'
],