Bump traefik-proxy version and remove pin.

The new traefik-proxy version shouldn't cause conflicts with other pkgs anymore
This commit is contained in:
GeorgianaElena
2021-02-24 16:22:44 +02:00
parent d948244b4d
commit c51006d798
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)