ccxt 4.3.44__py2.py3-none-any.whl → 4.3.45__py2.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.
ccxt/pro/__init__.py CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # ----------------------------------------------------------------------------
6
6
 
7
- __version__ = '4.3.44'
7
+ __version__ = '4.3.45'
8
8
 
9
9
  # ----------------------------------------------------------------------------
10
10
 
@@ -67,6 +67,7 @@ from ccxt.pro.ndax import ndax # noqa
67
67
  from ccxt.pro.okcoin import okcoin # noqa: F401
68
68
  from ccxt.pro.okx import okx # noqa: F401
69
69
  from ccxt.pro.onetrading import onetrading # noqa: F401
70
+ from ccxt.pro.oxfun import oxfun # noqa: F401
70
71
  from ccxt.pro.p2b import p2b # noqa: F401
71
72
  from ccxt.pro.phemex import phemex # noqa: F401
72
73
  from ccxt.pro.poloniex import poloniex # noqa: F401
@@ -134,6 +135,7 @@ exchanges = [
134
135
  'okcoin',
135
136
  'okx',
136
137
  'onetrading',
138
+ 'oxfun',
137
139
  'p2b',
138
140
  'phemex',
139
141
  'poloniex',