bitunix-automated-crypto-trading 2.6.2__py3-none-any.whl → 2.6.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bitunix_automated_crypto_trading/bitunix.py +3 -3
- {bitunix_automated_crypto_trading-2.6.2.dist-info → bitunix_automated_crypto_trading-2.6.4.dist-info}/METADATA +1 -1
- {bitunix_automated_crypto_trading-2.6.2.dist-info → bitunix_automated_crypto_trading-2.6.4.dist-info}/RECORD +6 -6
- {bitunix_automated_crypto_trading-2.6.2.dist-info → bitunix_automated_crypto_trading-2.6.4.dist-info}/WHEEL +0 -0
- {bitunix_automated_crypto_trading-2.6.2.dist-info → bitunix_automated_crypto_trading-2.6.4.dist-info}/entry_points.txt +0 -0
- {bitunix_automated_crypto_trading-2.6.2.dist-info → bitunix_automated_crypto_trading-2.6.4.dist-info}/top_level.txt +0 -0
@@ -7,12 +7,13 @@ import json
|
|
7
7
|
import time
|
8
8
|
from datetime import datetime
|
9
9
|
import pytz
|
10
|
+
|
10
11
|
from .ThreadManager import ThreadManager
|
11
12
|
from .BitunixApi import BitunixApi
|
12
13
|
from .BitunixSignal import BitunixSignal
|
13
14
|
from .NotificationManager import NotificationManager
|
14
|
-
|
15
|
-
from logger import Logger
|
15
|
+
from .DataFrameHtmlRenderer import DataFrameHtmlRenderer
|
16
|
+
from .logger import Logger
|
16
17
|
logger = Logger(__name__).get_logger()
|
17
18
|
|
18
19
|
from fastapi import FastAPI, Request, Form, WebSocket, WebSocketDisconnect, Depends, Query
|
@@ -22,7 +23,6 @@ from fastapi.templating import Jinja2Templates
|
|
22
23
|
from fastapi.security import OAuth2PasswordRequestForm
|
23
24
|
from fastapi_login import LoginManager
|
24
25
|
from fastapi_login.exceptions import InvalidCredentialsException
|
25
|
-
from DataFrameHtmlRenderer import DataFrameHtmlRenderer
|
26
26
|
from fastapi.middleware.cors import CORSMiddleware
|
27
27
|
from fastapi.staticfiles import StaticFiles
|
28
28
|
|
@@ -7,7 +7,7 @@ bitunix_automated_crypto_trading/NotificationManager.py,sha256=tHwfL60h7qIVhNIDA
|
|
7
7
|
bitunix_automated_crypto_trading/ThreadManager.py,sha256=nYbllySsmC4v0HdhMuPhfCywfxlfbUo5YJ-Di2o6w4Q,2399
|
8
8
|
bitunix_automated_crypto_trading/TickerManager.py,sha256=TxKrN67Ld9BKqsLxk56IeZHBhanMcK11dtzlDqbR8ro,31890
|
9
9
|
bitunix_automated_crypto_trading/__init__.py,sha256=1hzk6nX8NnUCr1tsq8oFq1qGCNhNwnwldWE75641Eew,78
|
10
|
-
bitunix_automated_crypto_trading/bitunix.py,sha256=
|
10
|
+
bitunix_automated_crypto_trading/bitunix.py,sha256=1398RBoU0VgfI23k12M7T5JiXIJ6XU_I9hq3gezZ3Ik,25207
|
11
11
|
bitunix_automated_crypto_trading/config.py,sha256=-IkDB3QbvO1rfrC0gqpBCMQAmHrNtsTvYuzItwXMk3I,3650
|
12
12
|
bitunix_automated_crypto_trading/config.txt,sha256=XzVjYlv6iRMr7C5zEAaRvpvwk-U3pgFLnhk1hYJ5-UM,1269
|
13
13
|
bitunix_automated_crypto_trading/logger.py,sha256=2NL1l8zJTryFILo3AKIFH7MCpDDfsH20bunmUVBZj7E,3014
|
@@ -24,8 +24,8 @@ bitunix_automated_crypto_trading/templates/main.html,sha256=_OBclFmhhsjsdzqwqFA0
|
|
24
24
|
bitunix_automated_crypto_trading/templates/modal-chart.html,sha256=Y0OKMEqI2I1dciu0TVj19AsltNqOvm8hm1ScmDd3qCQ,1057
|
25
25
|
bitunix_automated_crypto_trading/templates/modal-config.html,sha256=zQwkOY6XJiYcdV8UaP19coyCUZfEINn8Nhu5FnJ7lm4,1332
|
26
26
|
bitunix_automated_crypto_trading/templates/modal-logs.html,sha256=TNM21tE2jMXpm5X3pAYT5ZX5XdWQWLlFEKofZUA1lVA,631
|
27
|
-
bitunix_automated_crypto_trading-2.6.
|
28
|
-
bitunix_automated_crypto_trading-2.6.
|
29
|
-
bitunix_automated_crypto_trading-2.6.
|
30
|
-
bitunix_automated_crypto_trading-2.6.
|
31
|
-
bitunix_automated_crypto_trading-2.6.
|
27
|
+
bitunix_automated_crypto_trading-2.6.4.dist-info/METADATA,sha256=i1wDTeoE8NPDbTBIY-Idt25dSRs3t44l3zkuOSlf4-w,1032
|
28
|
+
bitunix_automated_crypto_trading-2.6.4.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
29
|
+
bitunix_automated_crypto_trading-2.6.4.dist-info/entry_points.txt,sha256=UXREYHuSl2XYd_tOtLIq0zg3d1kX3lixX5SpN8yGBw4,82
|
30
|
+
bitunix_automated_crypto_trading-2.6.4.dist-info/top_level.txt,sha256=uyFzHUCOsp8elnG2Ovor6xXcf7dxRxY-C-Txiwix64Q,33
|
31
|
+
bitunix_automated_crypto_trading-2.6.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|