Merge branch 'develop' of https://github.com/freqtrade/freqtrade into margin-db
This commit is contained in:
commit
16ba8a284f
@ -19,7 +19,7 @@ isort==5.8.0
|
||||
nbconvert==6.0.7
|
||||
|
||||
# mypy types
|
||||
types-cachetools==0.1.7
|
||||
types-filelock==0.1.3
|
||||
types-requests==0.1.11
|
||||
types-tabulate==0.1.0
|
||||
types-cachetools==0.1.8
|
||||
types-filelock==0.1.4
|
||||
types-requests==0.1.13
|
||||
types-tabulate==0.1.1
|
||||
|
@ -1,7 +1,7 @@
|
||||
numpy==1.20.3
|
||||
pandas==1.2.4
|
||||
|
||||
ccxt==1.51.40
|
||||
ccxt==1.51.77
|
||||
# Pin cryptography for now due to rust build errors with piwheels
|
||||
cryptography==3.4.7
|
||||
aiohttp==3.7.4.post0
|
||||
@ -16,7 +16,7 @@ jsonschema==3.2.0
|
||||
TA-Lib==0.4.20
|
||||
technical==1.3.0
|
||||
tabulate==0.8.9
|
||||
pycoingecko==2.1.0
|
||||
pycoingecko==2.2.0
|
||||
jinja2==3.0.1
|
||||
tables==3.6.1
|
||||
blosc==1.10.4
|
||||
@ -40,4 +40,4 @@ aiofiles==0.7.0
|
||||
colorama==0.4.4
|
||||
# Building config files interactively
|
||||
questionary==1.9.0
|
||||
prompt-toolkit==3.0.18
|
||||
prompt-toolkit==3.0.19
|
||||
|
Loading…
Reference in New Issue
Block a user