update dependence and version

This commit is contained in:
shiyao.zhu 2023-03-28 11:18:32 +08:00
parent e3fa532aed
commit 806924e79a
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
Python SDK for the OKX API v5 Python SDK for the OKX API v5
""" """
__version__="0.1.6" __version__="0.1.7"

View File

@ -20,7 +20,7 @@ setuptools.setup(
], ],
install_requires=[ install_requires=[
"importlib-metadata", "importlib-metadata",
"httpx", "httpx[http2]",
"keyring", "keyring",
"requests", "requests",
"Twisted", "Twisted",