diff --git a/requirements.txt b/requirements.txt index 5885f9e..82fa6ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ coinbase-advanced-py requests -urllib3 \ No newline at end of file +urllib3 +PyYAML \ No newline at end of file diff --git a/setup.py b/setup.py index 1f2d1d1..20f2ba8 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='coinbase-advancedtrade-python', - version='0.2.0', + version='0.2.1', description='The unofficial Python client for the Coinbase Advanced Trade API', long_description=long_description, long_description_content_type="text/markdown",