# Setup requirements
cython==0.29.22

# Drakkar-Software requirements
Async-Channel>=2.0.8, <2.1
OctoBot-Commons>=1.5.5, <1.6
OctoBot-Tentacles-Manager>=2.4.6, <2.5

# Backtesting core requirements
# async sqlite connection
aiosqlite>=0.16.0, <0.17

# async http requests
chardet<4.0 # required to by compatible with aiohttp
aiohttp>=3.7.4, <3.8
