mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Merge pull request #667 from GeorgianaElena/bump-traefik-proxy
Bump traefik-proxy version and remove pin.
This commit is contained in:
2
setup.py
2
setup.py
@@ -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': [
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user