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

@@ -9,5 +9,8 @@ setup(
author_email='yuvipanda@gmail.com',
license='3 Clause BSD',
packages=find_packages(),
include_package_data=True
include_package_data=True,
install_requires=[
'escapism==1.*'
]
)

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'
])