Add escapism as a package dependency

This commit is contained in:
yuvipanda
2018-06-27 00:29:42 -07:00
parent 9f35602d42
commit 4bfc04c225
2 changed files with 4 additions and 2 deletions

View File

@@ -35,7 +35,6 @@ def ensure_jupyterhub_package(prefix):
conda.ensure_pip_packages(prefix, [
'jupyterhub-dummyauthenticator==0.3.1',
'jupyterhub-systemdspawner==0.9.12',
'escapism'
])