This is a Heroku buildpack.
This buildpack will place precompiled libmsodbcsql-18.0.so.1.1 and msodbcsqlr18.rll files in locations so Heroku can read the ODBC Driver 18 for SQL Server driver for python pyodbc. This driver is version 18.5.
- The first buildpack should be heroku-buildpack-apt:
https://github.com/heroku/heroku-buildpack-apt.git - The second buildpack should be heroku/python:
https://github.com/heroku/heroku-buildpack-python.git - The Aptfile should contain the following items:
unixodbc unixodbc-dev - This buildpack should be after the apt buildpack and python buildpacks:
https://github.com/Esh07/python-pyodbc-buildpack