From 3df5503ca6321f98e225407c415119f7a4407db9 Mon Sep 17 00:00:00 2001 From: "shiyao.zhu" Date: Thu, 16 Feb 2023 15:45:02 +0800 Subject: [PATCH] update version --- okx/__init__.py | 2 +- requirements.txt | 101 ----------------------------------------------- 2 files changed, 1 insertion(+), 102 deletions(-) delete mode 100644 requirements.txt diff --git a/okx/__init__.py b/okx/__init__.py index 6413346..c514a84 100644 --- a/okx/__init__.py +++ b/okx/__init__.py @@ -2,4 +2,4 @@ Python SDK for the OKX API v5 """ -__version__="0.1.4" \ No newline at end of file +__version__="0.1.5" \ No newline at end of file diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 4482a8c..0000000 --- a/requirements.txt +++ /dev/null @@ -1,101 +0,0 @@ -anyio==3.6.1 -appnope==0.1.2 -argon2-cffi==20.1.0 -async-generator==1.10 -attrs==22.1.0 -autobahn==23.1.2 -Automat==22.10.0 -backcall==0.2.0 -bleach==3.3.0 -certifi==2022.6.15.2 -cffi==1.14.5 -charset-normalizer==2.1.1 -commonmark==0.9.1 -constantly==15.1.0 -cryptography==38.0.3 -decorator==5.0.9 -defusedxml==0.7.1 -demjson==2.2.4 -docutils==0.19 -entrypoints==0.3 -et-xmlfile==1.1.0 -gevent==22.10.2 -greenlet==2.0.1 -h11==0.12.0 -h2==4.1.0 -hpack==4.0.0 -httpcore==0.15.0 -httpx==0.23.0 -hyperframe==6.0.1 -hyperlink==21.0.0 -idna==3.4 -importlib-metadata==4.12.0 -incremental==22.10.0 -ipykernel==5.5.5 -ipython==7.23.1 -ipython-genutils==0.2.0 -jaraco.classes==3.2.2 -jedi==0.18.0 -Jinja2==3.0.1 -jsonschema==3.2.0 -jupyter-client==6.1.12 -jupyter-core==4.7.1 -jupyterlab-pygments==0.1.2 -keyring==23.9.3 -MarkupSafe==2.0.1 -matplotlib-inline==0.1.2 -mistune==0.8.4 -more-itertools==8.14.0 -nbclient==0.5.3 -nbconvert==6.0.7 -nbformat==5.1.3 -nest-asyncio==1.5.1 -notebook==6.4.0 -numpy==1.21.2 -openpyxl==3.0.7 -packaging==20.9 -pandas==1.3.2 -pandocfilters==1.4.3 -parso==0.8.2 -pexpect==4.8.0 -pickleshare==0.7.5 -pkginfo==1.8.3 -prometheus-client==0.10.1 -prompt-toolkit==3.0.18 -ptyprocess==0.7.0 -pyasn1==0.4.8 -pyasn1-modules==0.2.8 -pycparser==2.20 -Pygments==2.9.0 -pyOpenSSL==23.0.0 -pyparsing==2.4.7 -pyrsistent==0.17.3 -python-dateutil==2.8.1 -python-okx==0.1.4 -pytz==2021.1 -pyzmq==22.1.0 -readme-renderer==37.2 -requests==2.28.2 -requests-toolbelt==0.9.1 -rfc3986==1.5.0 -rich==12.5.1 -Send2Trash==1.5.0 -service-identity==21.1.0 -six==1.16.0 -sniffio==1.3.0 -terminado==0.10.0 -testpath==0.5.0 -tornado==6.1 -traitlets==5.0.5 -twine==4.0.1 -Twisted==22.10.0 -txaio==22.2.1 -typing_extensions==4.4.0 -urllib3==1.26.12 -wcwidth==0.2.5 -webencodings==0.5.1 -websocket==0.2.1 -websockets==10.4 -zipp==3.8.1 -zope.event==4.5.0 -zope.interface==5.5.2