vcatalano / py-authorize

A full-featured Python API for the Authorize.net payment gateway.
MIT License
42 stars 35 forks source link

Update setup.py to point to correct colander version #28

Closed clintecker closed 10 years ago

clintecker commented 10 years ago

Without this change, when you install the latest version of py-authorize via pip from github, colander-0.9.9 will be installed.

This causes an error to be thrown regarding colander.drop not existing when you try to configure the py-authorize library.

vcatalano commented 10 years ago

Ah, good find! Thanks.