forked from Drakkar-Software/OctoBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
29 lines (26 loc) · 1.02 KB
/
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.23
OctoBot-Trading==2.4.30
OctoBot-Evaluators==1.9.1
OctoBot-Tentacles-Manager==2.9.5
OctoBot-Services==1.6.3
OctoBot-Backtesting==1.9.2
Async-Channel==2.2.1
trading-backend==1.2.9
## 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 ensure supabase_backend_tests keep passing when updating any of those
supabase==1.0.4 # Supabase client
gotrue==1.0.3 # Supabase authennticated API (required by supabase and enforced to allow direct import)
supafunc==0.2.3 # Supabase functions calls (required by supabase and enforced to allow direct import)
postgrest==0.10.8 # Supabase posgres calls (required by supabase and enforced to allow direct import)
realtime==1.0.0 # Supabase realtime lib (required by supabase and enforced to allow direct import)