Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Herklos committed May 16, 2020
1 parent 71c0304 commit e8cdb74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ build: clean
.PHONY: clean
clean:
rm -rf build
rm -rf auditwheel
rm -rf dist
rm -rf .eggs
rm -rf *.egg-info
for i in $(CLEAN_EXT); do find $(EXTENSION_FOLDER) -name "$$i" -delete; done

.PHONY: debug
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
cython==0.29.17

# Drakkar-Software requirements
OctoBot-Commons>=1.3.30, <1.4
OctoBot-Trading>=1.6.8, <1.7
OctoBot-Evaluators>=1.5.12, <1.6
OctoBot-Commons>=1.3.31, <1.4
OctoBot-Trading>=1.6.16, <1.7
OctoBot-Evaluators>=1.5.13, <1.6
OctoBot-Tentacles-Manager>=2.1.3, <2.2
OctoBot-Services>=1.1.5, <1.2
OctoBot-Backtesting>=1.5.9, <1.6
OctoBot-Services>=1.1.6, <1.2
OctoBot-Backtesting>=1.5.11, <1.6

## Others
colorlog==4.1.0
Expand Down

0 comments on commit e8cdb74

Please sign in to comment.