Merge branch 'freqtrade:develop' into dca

This commit is contained in:
Reigo Reinmets 2022-01-03 11:41:33 +02:00 committed by GitHub
commit 05ac09b38e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
mkdocs==1.2.3 mkdocs==1.2.3
mkdocs-material==8.1.3 mkdocs-material==8.1.4
mdx_truly_sane_lists==1.2 mdx_truly_sane_lists==1.2
pymdown-extensions==9.1 pymdown-extensions==9.1

View File

@ -20,10 +20,10 @@ time-machine==2.5.0
nbconvert==6.3.0 nbconvert==6.3.0
# mypy types # mypy types
types-cachetools==4.2.6 types-cachetools==4.2.7
types-filelock==3.2.1 types-filelock==3.2.1
types-requests==2.26.2 types-requests==2.26.3
types-tabulate==0.8.3 types-tabulate==0.8.4
# Extensions to datetime library # Extensions to datetime library
types-python-dateutil==2.8.4 types-python-dateutil==2.8.4

View File

@ -3,7 +3,7 @@ numpy==1.22.0; python_version > '3.7'
pandas==1.3.5 pandas==1.3.5
pandas-ta==0.3.14b pandas-ta==0.3.14b
ccxt==1.65.25 ccxt==1.66.20
# Pin cryptography for now due to rust build errors with piwheels # Pin cryptography for now due to rust build errors with piwheels
cryptography==36.0.1 cryptography==36.0.1
aiohttp==3.8.1 aiohttp==3.8.1
@ -13,7 +13,7 @@ arrow==1.2.1
cachetools==4.2.2 cachetools==4.2.2
requests==2.26.0 requests==2.26.0
urllib3==1.26.7 urllib3==1.26.7
jsonschema==4.3.2 jsonschema==4.3.3
TA-Lib==0.4.22 TA-Lib==0.4.22
technical==1.3.0 technical==1.3.0
tabulate==0.8.9 tabulate==0.8.9