mirror of
https://github.com/Drakkar-Software/OctoBot.git
synced 2022-03-03 23:52:26 +03:00
Update requirements
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user