Skip to content

Commit

Permalink
Merge pull request #2594 from Drakkar-Software/dev
Browse files Browse the repository at this point in the history
Dev merge
  • Loading branch information
GuillaumeDSM authored Apr 14, 2024
2 parents 95aa160 + 0b6b9c3 commit 9a322be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ RUN pip install -U setuptools wheel pip>=20.0.0 \
&& python setup.py install

# build amazon-efs-utils
# use v1.36.0 to avoid rust compiler requirement
WORKDIR /opt/efs
RUN git clone https://github.com/aws/efs-utils . \
RUN git clone https://github.com/aws/efs-utils --branch v1.36.0 . \
&& ./build-deb.sh

FROM python:3.10-slim-buster
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Drakkar-Software requirements
OctoBot-Commons==1.9.43
OctoBot-Trading==2.4.76
OctoBot-Trading==2.4.77
OctoBot-Evaluators==1.9.5
OctoBot-Tentacles-Manager==2.9.10
OctoBot-Services==1.6.13
OctoBot-Backtesting==1.9.7
Async-Channel==2.2.1
trading-backend==1.2.15
trading-backend==1.2.16

## Others
colorlog==6.8.0
Expand Down

0 comments on commit 9a322be

Please sign in to comment.