# Setup requirements
cython==0.29.21

# Drakkar-Software requirements
async-channel>=2.0.3, <2.1
OctoBot-Commons>=1.4.6, <1.5
OctoBot-Tentacles-Manager>=2.3.5, <2.4

# Backtesting core requirements
# async sqlite connection
aiosqlite>=0.15.0, <0.16

# async http requests
aiohttp>=3.7.1, <3.8
