update requirements.txt
This commit is contained in:
parent
617081b8a9
commit
48fd15ef1f
|
|
@ -2,4 +2,4 @@
|
||||||
Python SDK for the OKX API v5
|
Python SDK for the OKX API v5
|
||||||
|
|
||||||
"""
|
"""
|
||||||
__version__="0.1.0"
|
__version__="0.1.4"
|
||||||
|
|
@ -0,0 +1,101 @@
|
||||||
|
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
|
||||||
Loading…
Reference in New Issue