Merge branch 'freqtrade:develop' into strategy_utils

This commit is contained in:
hippocritical
2023-02-17 21:07:23 +01:00
committed by GitHub
39 changed files with 3620 additions and 1598 deletions

View File

@@ -2,11 +2,11 @@ numpy==1.24.2
pandas==1.5.3
pandas-ta==0.3.14b
ccxt==2.7.80
ccxt==2.7.93
# Pin cryptography for now due to rust build errors with piwheels
cryptography==38.0.1; platform_machine == 'armv7l'
cryptography==39.0.1; platform_machine != 'armv7l'
aiohttp==3.8.3
aiohttp==3.8.4
SQLAlchemy==1.4.46
python-telegram-bot==13.15
arrow==1.2.3
@@ -30,17 +30,17 @@ py_find_1st==1.1.5
# Load ticker files 30% faster
python-rapidjson==1.9
# Properly format api responses
orjson==3.8.5
orjson==3.8.6
# Notify systemd
sdnotify==0.3.2
# API Server
fastapi==0.89.1
fastapi==0.91.0
pydantic==1.10.4
uvicorn==0.20.0
pyjwt==2.6.0
aiofiles==22.1.0
aiofiles==23.1.0
psutil==5.9.4
# Support for colorized terminal output