heroku-jupyterlab
heroku-jupyterlab copied to clipboard
Fix failing deployment caused by version error s3contents
Got an installation error when I tried to deploy on Heroku. It was caused by a wrong version of a package in the pip.lock file.
s3contents was referring to version 0.2.2, which does not exist. Changed it to latest version 0.1.12 and updated all other packages as well. It now deploys as expected.
This PR does not fix the password not being recognised.
Not sure why this says i’ve Apparently Approved this as I never and am not able to do that anyway.
But would like the version corrected so the button works again if any real approver can take look. Thanks
@kenneth-reitz could you take a look at my PR?