sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
6.02k stars 2.2k forks source link

Missing dependancies #127

Closed iero closed 6 years ago

iero commented 6 years ago

I think you need to add

from binance import client from binance import depthcache from binance import enums from binance import exceptions from binance import websockets

in init.py file

iero commented 6 years ago

No it's fine in fact, sorry