mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
Merge branch 'develop' into reduce-indicator-population
This commit is contained in:
commit
e6a70d95df
|
@ -20,7 +20,7 @@ isort==5.10.1
|
||||||
time-machine==2.8.2
|
time-machine==2.8.2
|
||||||
|
|
||||||
# Convert jupyter notebooks to markdown documents
|
# Convert jupyter notebooks to markdown documents
|
||||||
nbconvert==7.2.1
|
nbconvert==7.2.3
|
||||||
|
|
||||||
# mypy types
|
# mypy types
|
||||||
types-cachetools==5.2.1
|
types-cachetools==5.2.1
|
||||||
|
|
|
@ -2,7 +2,7 @@ numpy==1.23.4
|
||||||
pandas==1.5.1
|
pandas==1.5.1
|
||||||
pandas-ta==0.3.14b
|
pandas-ta==0.3.14b
|
||||||
|
|
||||||
ccxt==2.0.90
|
ccxt==2.0.96
|
||||||
# Pin cryptography for now due to rust build errors with piwheels
|
# Pin cryptography for now due to rust build errors with piwheels
|
||||||
cryptography==38.0.1
|
cryptography==38.0.1
|
||||||
aiohttp==3.8.3
|
aiohttp==3.8.3
|
||||||
|
@ -37,7 +37,7 @@ sdnotify==0.3.2
|
||||||
# API Server
|
# API Server
|
||||||
fastapi==0.85.1
|
fastapi==0.85.1
|
||||||
pydantic==1.10.2
|
pydantic==1.10.2
|
||||||
uvicorn==0.18.3
|
uvicorn==0.19.0
|
||||||
pyjwt==2.6.0
|
pyjwt==2.6.0
|
||||||
aiofiles==22.1.0
|
aiofiles==22.1.0
|
||||||
psutil==5.9.3
|
psutil==5.9.3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user