This repository was archived by the owner on Nov 13, 2020. It is now read-only.

Description
Although Docker is better than using this Buildpack for Conda, because I did not want to introduce more complexity to the micro-project I was developing, I needed to use pip.
The problem is that in
|
pip install -r requirements.txt --exists-action=w --allow-all-external | indent |
the argument option called
--allow-all-externals is deprecated in modern pip versions (>18.0).
So I deleted it, and the build worked in Heroku. Hope I could help somebody :)