Skip to content

Commit

Permalink
Merge pull request #2358 from Drakkar-Software/dev
Browse files Browse the repository at this point in the history
Master merge
  • Loading branch information
GuillaumeDSM authored Jul 8, 2023
2 parents b292d17 + 7a6f64d commit 7892e50
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Drakkar-Software requirements
OctoBot-Commons==1.9.5
OctoBot-Trading==2.4.7
OctoBot-Trading==2.4.8
OctoBot-Evaluators==1.9.0
OctoBot-Tentacles-Manager==2.9.1
OctoBot-Services==1.6.0
Expand All @@ -15,9 +15,15 @@ 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.
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==1.0.3

# 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)

0 comments on commit 7892e50

Please sign in to comment.