its-rigs / Trolly

A Python wrapper around the Trello API. Provides a group of Python classes to represent Trello Objects. All classes come with basic Trello API method calls and are easily extensible to suit your needs. See the README for more details.
MIT License
100 stars 29 forks source link

Add requires on httplib2 inside setup.py #7

Closed saschpe closed 11 years ago

saschpe commented 11 years ago

Even distutils supports specifying external dependencies. Doing so eases creation of virtualenvs...

its-rigs commented 11 years ago

Hmmm, thought I'd put that in. Thanks!

its-rigs commented 11 years ago

This has also now been updated on pypi.