cloudant-labs / cloudant-python

Asynchronous Cloudant / CouchDB interface for Python
http://cloudant-labs.github.io/cloudant-python/
37 stars 17 forks source link

Do not force importing async modules #29

Closed agonzalezro closed 10 years ago

agonzalezro commented 10 years ago

If the user is not going to use async instances they don't need to have installed requests_futures and python 3.x.

Show an exception to the users in case that they need this functionality but they didn't installed all the dependencies.

garbados commented 10 years ago

Sounds good!