Update requirements

This commit is contained in:
herklos
2020-05-16 20:03:04 +02:00
committed by Herklos
parent 71c0304fa3
commit e8cdb74358
2 changed files with 9 additions and 5 deletions

View File

@@ -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

View File

@@ -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