crypto-ws-api 2.0.16__tar.gz → 2.0.17__tar.gz
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.
- {crypto_ws_api-2.0.16 → crypto_ws_api-2.0.17}/CHANGELOG.md +5 -1
- {crypto_ws_api-2.0.16 → crypto_ws_api-2.0.17}/PKG-INFO +3 -3
- {crypto_ws_api-2.0.16 → crypto_ws_api-2.0.17}/crypto_ws_api/__init__.py +1 -1
- {crypto_ws_api-2.0.16 → crypto_ws_api-2.0.17}/pyproject.toml +2 -2
- crypto_ws_api-2.0.17/requirements.txt +5 -0
- crypto_ws_api-2.0.16/requirements.txt +0 -5
- {crypto_ws_api-2.0.16 → crypto_ws_api-2.0.17}/.deepsource.toml +0 -0
- {crypto_ws_api-2.0.16 → crypto_ws_api-2.0.17}/LICENSE.md +0 -0
- {crypto_ws_api-2.0.16 → crypto_ws_api-2.0.17}/README.md +0 -0
- {crypto_ws_api-2.0.16 → crypto_ws_api-2.0.17}/crypto_ws_api/demo.py +0 -0
- {crypto_ws_api-2.0.16 → crypto_ws_api-2.0.17}/crypto_ws_api/ws_api.toml.template +0 -0
- {crypto_ws_api-2.0.16 → crypto_ws_api-2.0.17}/crypto_ws_api/ws_session.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: crypto-ws-api
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.17
|
|
4
4
|
Summary: Crypto WS API connector for ASYNC requests
|
|
5
5
|
Author-email: Jerry Fedorenko <jerry.fedorenko@yahoo.com>
|
|
6
6
|
Requires-Python: >=3.8
|
|
@@ -12,9 +12,9 @@ Classifier: Operating System :: Unix
|
|
|
12
12
|
Classifier: Operating System :: Microsoft :: Windows
|
|
13
13
|
Classifier: Operating System :: MacOS
|
|
14
14
|
Requires-Dist: shortuuid~=1.0.13
|
|
15
|
-
Requires-Dist: platformdirs==3.
|
|
15
|
+
Requires-Dist: platformdirs==4.3.6
|
|
16
16
|
Requires-Dist: toml~=0.10.2
|
|
17
|
-
Requires-Dist: websockets==
|
|
17
|
+
Requires-Dist: websockets==15.0
|
|
18
18
|
Requires-Dist: ujson~=5.10.0
|
|
19
19
|
Project-URL: Source, https://github.com/DogsTailFarmer/crypto-ws-api
|
|
20
20
|
|
|
@@ -13,7 +13,7 @@ __maintainer__ = "Jerry Fedorenko"
|
|
|
13
13
|
__contact__ = "https://github.com/DogsTailFarmer"
|
|
14
14
|
__email__ = "jerry.fedorenko@yahoo.com"
|
|
15
15
|
__credits__ = ["https://github.com/DanyaSWorlD"]
|
|
16
|
-
__version__ = "2.0.
|
|
16
|
+
__version__ = "2.0.17"
|
|
17
17
|
|
|
18
18
|
from pathlib import Path
|
|
19
19
|
import shutil
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|