danpaquin / coinbasepro-python

The unofficial Python client for the Coinbase Pro API
MIT License
1.82k stars 737 forks source link

Include `sortedcontainers` as a dependency to prevent `ModuleNotFoundError` #289

Closed PaulMest closed 5 years ago

PaulMest commented 6 years ago

Addresses: ModuleNotFoundError: No module named 'sortedcontainers'

alimcmaster1 commented 6 years ago

Thanks @PaulMest, since we moved from bintrees to sortedcontainers we will want to remove that too from setup.py. I didnt see this PR and raised this here: #299 . @danpaquin mind taking a look?

Thanks,

Alistair