This is a Heroku buildpack for Python + FreeTDS + pymssql, forked from heroku-buildpack-python.
Example usage:
$ heroku create --buildpack https://github.com/amanjain/heroku-buildpack-python-freetds-pymssql.git
You can also add it to upcoming builds of an existing application:
$ heroku config:add BUILDPACK_URL=https://github.com/amanjain/heroku-buildpack-python-freetds-pymssql.git