Merge branch 'develop' into feature_keyval_storage

This commit is contained in:
eSeR1805
2022-06-09 11:35:35 +03:00
20 changed files with 142 additions and 56 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
mkdocs==1.3.0
mkdocs-material==8.2.16
mkdocs-material==8.3.2
mdx_truly_sane_lists==1.2
pymdown-extensions==9.4
jinja2==3.1.2
+4
View File
@@ -32,4 +32,8 @@ Please ensure that you're also updating dependencies - otherwise things might br
``` bash
git pull
pip install -U -r requirements.txt
pip install -e .
# Ensure freqUI is at the latest version
freqtrade install-ui
```