Merge branch 'freqtrade:develop' into dca
This commit is contained in:
commit
9176e2f1f6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -385,7 +385,7 @@ jobs:
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: crazy-max/ghaction-docker-buildx@v1
|
||||
uses: crazy-max/ghaction-docker-buildx@v3.3.1
|
||||
with:
|
||||
buildx-version: latest
|
||||
qemu-version: latest
|
||||
|
@ -1,4 +1,4 @@
|
||||
mkdocs==1.2.3
|
||||
mkdocs-material==8.0.4
|
||||
mkdocs-material==8.1.0
|
||||
mdx_truly_sane_lists==1.2
|
||||
pymdown-extensions==9.1
|
||||
|
@ -2,11 +2,11 @@ numpy==1.21.4
|
||||
pandas==1.3.4
|
||||
pandas-ta==0.3.14b
|
||||
|
||||
ccxt==1.63.1
|
||||
ccxt==1.63.55
|
||||
# Pin cryptography for now due to rust build errors with piwheels
|
||||
cryptography==36.0.0
|
||||
aiohttp==3.8.1
|
||||
SQLAlchemy==1.4.27
|
||||
SQLAlchemy==1.4.28
|
||||
python-telegram-bot==13.8.1
|
||||
arrow==1.2.1
|
||||
cachetools==4.2.2
|
||||
@ -41,6 +41,6 @@ psutil==5.8.0
|
||||
colorama==0.4.4
|
||||
# Building config files interactively
|
||||
questionary==1.10.0
|
||||
prompt-toolkit==3.0.23
|
||||
prompt-toolkit==3.0.24
|
||||
# Extensions to datetime library
|
||||
python-dateutil==2.8.2
|
||||
|
Loading…
Reference in New Issue
Block a user