diff --git a/ansible/vars/default.yml b/ansible/vars/default.yml index 2d992cd..d7eb829 100644 --- a/ansible/vars/default.yml +++ b/ansible/vars/default.yml @@ -1,7 +1,7 @@ --- tljh_plasma: git+https://github.com/plasmabio/plasma@master#"egg=tljh-plasma&subdirectory=tljh-plasma" -tljh_repo2docker: git+https://github.com/plasmabio/tljh-repo2docker@master +tljh_repo2docker: tljh-repo2docker==1.0.1 tljh_installer_dest: /srv/tljh-installer.py tljh_prefix: /opt/tljh # TODO: update to upstream TLJH links when the --no-user-env (or similar) is available diff --git a/dev-requirements.txt b/dev-requirements.txt index 2e71f20..fe4a28b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ git+https://github.com/jupyterhub/the-littlest-jupyterhub -git+https://github.com/plasmabio/tljh-repo2docker +tljh-repo2docker<2 jupyterhub~=1.5 notebook<7 pytest