Skip to content

Commit 7a8e63e

Browse files
committed
patching
1 parent 88ac5ef commit 7a8e63e

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

coinbaseadvanced/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Package Version
33
"""
4-
__version__ = '0.1.0'
4+
__version__ = '0.1.1'

requirements.txt

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,38 @@
11
astroid==2.12.13
22
autopep8==2.0.0
3-
certifi==2022.12.7
3+
bleach==6.0.0
4+
certifi==2022.9.24
45
charset-normalizer==2.1.1
56
dill==0.3.6
7+
docutils==0.19
68
idna==3.4
9+
importlib-metadata==6.0.0
10+
importlib-resources==5.10.2
711
isort==5.10.1
12+
jaraco.classes==3.2.3
13+
keyring==23.13.1
814
lazy-object-proxy==1.8.0
15+
markdown-it-py==2.1.0
916
mccabe==0.7.0
17+
mdurl==0.1.2
18+
more-itertools==9.0.0
19+
pkginfo==1.9.6
1020
platformdirs==2.5.4
1121
pycodestyle==2.9.1
22+
Pygments==2.14.0
1223
pylint==2.15.6
24+
readme-renderer==37.3
1325
requests==2.28.1
1426
requests-toolbelt==0.10.1
27+
rfc3986==2.0.0
28+
rich==13.3.1
29+
six==1.16.0
1530
tomli==2.0.1
1631
tomlkit==0.11.6
32+
twine==4.0.2
1733
typed-ast==1.5.4
18-
typing-extensions==4.4.0
34+
typing_extensions==4.4.0
1935
urllib3==1.26.12
36+
webencodings==0.5.1
2037
wrapt==1.14.1
38+
zipp==3.13.0

0 commit comments

Comments
 (0)