# Setup requirements
cython==0.29.26
numpy==1.22.0

# Drakkar-Software requirements
OctoBot-Backtesting>=1.6.29, <1.7
Async-Channel>=2.0.13, <2.1
OctoBot-Commons>=1.6.20, <1.7
OctoBot-Tentacles-Manager>=2.6.4, <2.7
trading-backend>=1.0.12

# Exchange connection requirements
ccxt==1.69.52 # 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)

# Websocket requirements
websockets==10.1
cryptofeed==2.1.2

# OrderBook requirement
sortedcontainers==2.4.0
