praekeltfoundation / python-whatsapp-business-client

BSD 3-Clause "New" or "Revised" License
29 stars 14 forks source link

Dependancy on six #3

Open rudigiesler opened 5 years ago

rudigiesler commented 5 years ago

The library depends on six:

Traceback (most recent call last):
  File "/usr/local/bin/wabclient", line 6, in <module>
    from wabclient.scripts.cli import main
  File "/usr/local/lib/python3.6/site-packages/wabclient/__init__.py", line 1, in <module>
    from wabclient.client import Client
  File "/usr/local/lib/python3.6/site-packages/wabclient/client.py", line 8, in <module>
    from six.moves import urllib_parse
ModuleNotFoundError: No module named 'six'

but it doesn't specify that in the requirements