Merge pull request #667 from GeorgianaElena/bump-traefik-proxy

Bump traefik-proxy version and remove pin.
This commit is contained in:
Georgiana Elena
2021-02-24 16:59:43 +02:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ setup(
'backoff', 'backoff',
'requests', 'requests',
'bcrypt', 'bcrypt',
'jupyterhub-traefik-proxy==0.1.*' 'jupyterhub-traefik-proxy==0.2.*'
], ],
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [

View File

@@ -231,7 +231,6 @@ def ensure_jupyterhub_package(prefix):
"jupyterhub-tmpauthenticator==0.6", "jupyterhub-tmpauthenticator==0.6",
"oauthenticator==0.10.0", "oauthenticator==0.10.0",
"jupyterhub-idle-culler==1.0", "jupyterhub-idle-culler==1.0",
"chardet==3.0.4",
], ],
) )
traefik.ensure_traefik_binary(prefix) traefik.ensure_traefik_binary(prefix)