Skip to content

Commit

Permalink
add requirements dep influxdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Emerson Pedroso committed Apr 12, 2021
1 parent f629559 commit 2f7ffde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ejtraderMT/api/mql.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ def _save_to_db(self,df):
except AttributeError:
pass

q[f"{self._active_name}"] = df
q[f"{self._active_name}"] = df
else:
try:
if self.localtime:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ tzlocal==2.1
ejtraderTH==1.0.3
ejtraderDB==1.0.2
tqdm==4.56.0
influxdb==5.3.1



0 comments on commit 2f7ffde

Please sign in to comment.