Merge branch 'develop' into feat/short

This commit is contained in:
Matthias
2022-02-11 17:02:04 +01:00
63 changed files with 1158 additions and 349 deletions

View File

@@ -1,14 +1,14 @@
numpy==1.22.1
numpy==1.22.2
pandas==1.4.0
pandas-ta==0.3.14b
ccxt==1.72.29
ccxt==1.72.36
# Pin cryptography for now due to rust build errors with piwheels
cryptography==36.0.1
aiohttp==3.8.1
SQLAlchemy==1.4.31
python-telegram-bot==13.10
arrow==1.2.1
python-telegram-bot==13.11
arrow==1.2.2
cachetools==4.2.2
requests==2.27.1
urllib3==1.26.8
@@ -32,7 +32,7 @@ sdnotify==0.3.2
# API Server
fastapi==0.73.0
uvicorn==0.17.0
uvicorn==0.17.4
pyjwt==2.3.0
aiofiles==0.8.0
psutil==5.9.0
@@ -41,7 +41,7 @@ psutil==5.9.0
colorama==0.4.4
# Building config files interactively
questionary==1.10.0
prompt-toolkit==3.0.24
prompt-toolkit==3.0.26
# Extensions to datetime library
python-dateutil==2.8.2