# Drakkar-Software requirements
OctoBot-Commons==1.9.5
OctoBot-Trading==2.4.8
OctoBot-Evaluators==1.9.0
OctoBot-Tentacles-Manager==2.9.1
OctoBot-Services==1.6.0
OctoBot-Backtesting==1.9.0
Async-Channel==2.2.0
trading-backend==1.2.5

## Others
colorlog==4.7.2
yarl==1.7.2
idna<2.9,>=2.5
requests==2.25.1
packaging==21.3
python-dotenv==0.21.0
setuptools<65.6 # Added because the distutils.log.Log class was removed in setuptools >= 65.6. Should be remove when bumping numpy.

# Community
websockets
gmqtt==0.6.11

# Supabase
supabase==1.0.3  # Supabase client
gotrue           # Supabase authennticated API (required by supabase and enforced to allow direct import)
supafunc         # Supabase functions calls (required by supabase and enforced to allow direct import)
postgrest        # Supabase posgres calls (required by supabase and enforced to allow direct import)
realtime         # Supabase realtime lib (required by supabase and enforced to allow direct import)
