Skip to content

Commit c844643

Browse files
Guillaume De Saint MartinGuillaumeDSM
authored andcommitted
[Cython] updater header
1 parent e433337 commit c844643

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

octobot/backtesting/independent_backtesting.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ cdef class IndependentBacktesting:
4343
cdef public object post_backtesting_task
4444
cdef public object previous_log_level
4545
cdef public object stopped_event
46+
cdef public bint enforce_total_databases_max_size_after_run
4647

4748
cdef public octobot_backtesting.OctoBotBacktesting octobot_backtesting
4849

octobot/octobot.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ cdef class OctoBot:
4444

4545
cdef public initializer.Initializer initializer
4646
cdef public task_manager.TaskManager task_manager
47+
cdef object _init_metadata_run_task
4748
cdef public producers.ExchangeProducer exchange_producer
4849
cdef public producers.EvaluatorProducer evaluator_producer
4950
cdef public producers.InterfaceProducer interface_producer

octobot/producers/exchange_producer.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ cdef class ExchangeProducer(octobot_channel.OctoBotChannelProducer):
2929
cdef public object created_all_exchanges
3030

3131
cpdef void register_created_exchange_id(self, str exchange_id)
32-
cdef object _init_bot_storage(self) # return object to propagate exceptions

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
cython==0.29.26
33

44
# Drakkar-Software requirements
5-
OctoBot-Commons==1.7.23
5+
OctoBot-Commons==1.7.24
66
OctoBot-Trading==2.2.17
77
OctoBot-Evaluators==1.7.5
88
OctoBot-Tentacles-Manager==2.7.2
99
OctoBot-Services==1.3.6
10-
OctoBot-Backtesting==1.7.4
10+
OctoBot-Backtesting==1.7.5
1111
Async-Channel==2.0.13
1212
trading-backend==1.0.16
1313

0 commit comments

Comments
 (0)