# Setup requirements
cython==0.29.24
numpy==1.21.1

# Drakkar-Software requirements
OctoBot-Backtesting>=1.6.20, <1.7
Async-Channel>=2.0.12, <2.1
OctoBot-Commons>=1.6.11, <1.7
OctoBot-Tentacles-Manager>=2.5.2, <2.6
trading-backend>=1.0.11

# Exchange connection requirements
ccxt==1.55.59 # always ensure real exchanges tests are passing before changing the ccxt version
cryptography # Never specify a version (managed by https://github.com/Drakkar-Software/OctoBot-PyPi-Linux-Deployer)

# CLI requirements
click==7.1.2
click-completion==0.5.2
click-shell==2.0

# Websocket requirements
websockets==9.1
cryptofeed==1.9.3

# other requirements
sortedcontainers==2.3.0
colorlog==4.7.2
yarl==1.6.3
idna<2.9,>=2.5
multidict>=4.5,<5.0
chardet<4.0 # required to by compatible with aiohttp
aiohttp>=3.7.4, <3.8
