forked from Drakkar-Software/OctoBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
29 lines (26 loc) · 968 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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)