# Setup requirements
cython==0.29.21
numpy==1.19.1

# Drakkar-Software requirements
OctoBot-Backtesting>=1.5.19, <1.6
OctoBot-Channels>=1.4.10, <1.5
OctoBot-Commons>=1.3.44, <1.4
OctoBot-Tentacles-Manager>=2.2.3, <2.3

# Exchange connection requirements
ccxt==1.33.37
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==8.1

# other requirements
sortedcontainers==2.2.2
colorlog==4.2.1
yarl==1.1.0
idna<2.9,>=2.5
