Skip to content

Commit

Permalink
Merge pull request #667 from GeorgianaElena/bump-traefik-proxy
Browse files Browse the repository at this point in the history
Bump traefik-proxy version and remove pin.
  • Loading branch information
GeorgianaElena committed Feb 24, 2021
2 parents 8ba0ca2 + c51006d commit d05722f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'backoff',
'requests',
'bcrypt',
'jupyterhub-traefik-proxy==0.1.*'
'jupyterhub-traefik-proxy==0.2.*'
],
entry_points={
'console_scripts': [
Expand Down
1 change: 0 additions & 1 deletion tljh/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ def ensure_jupyterhub_package(prefix):
"jupyterhub-tmpauthenticator==0.6",
"oauthenticator==0.10.0",
"jupyterhub-idle-culler==1.0",
"chardet==3.0.4",
],
)
traefik.ensure_traefik_binary(prefix)
Expand Down

0 comments on commit d05722f

Please sign in to comment.