# Setup requirements
cython==0.29.32
numpy==1.24.0

# Drakkar-Software requirements
OctoBot-Backtesting>=1.8, <1.9
Async-Channel>=2.1, <2.2
OctoBot-Commons>=1.8, <1.9
OctoBot-Tentacles-Manager>=2.8, <2.9
trading-backend>=1.0.12

# Exchange connection requirements
ccxt==2.2.84 # always ensure real exchanges tests (in tests_additional and authenticated exchange 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.3
cryptofeed==2.3.1

# OrderBook requirement
sortedcontainers==2.4.0

# Scripting requirements
tinydb==4.5.2
