forked from opendatahub-io-contrib/jupyterhub-odh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
18 lines (15 loc) · 720 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
openshift = "==0.11.2"
pyyaml = "==5.4.1"
jupyterhub-singleuser-profiles = {ref = "d7646f9e67588263b9d5557abd6ec7e15d9ede69",git = "https://github.com/opendatahub-io/jupyterhub-singleuser-profiles.git", editable = true}
oauthenticator = {ref = "d98936da37569b7bb400c6854b07041dce3e7f87",git = "https://github.com/opendatahub-io/oauthenticator.git", editable = true}
jupyterhub-traefik-proxy = {ref = "b468da04bf0057e9baeb458de6c3f9f677cfb79e", git = "https://github.com/opendatahub-io/traefik-proxy.git", editable = true}
jupyterhub-idle-culler = "==1.1"
jupyterhub = ">=1.5, <2.0"
[requires]
python_version = "3.6"