# Setup requirements
cython==0.29.23
numpy==1.20.2

# Drakkar-Software requirements
OctoBot-Backtesting>=1.6.17, <1.7
Async-Channel>=2.0.10, <2.1
OctoBot-Commons>=1.6.3, <1.7
OctoBot-Tentacles-Manager>=2.5.1, <2.6

# Exchange connection requirements
ccxt==1.50.71 # 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.0

# 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
