From 3408f18e3e9cb2bf1cae3de8ae5af435a97bc169 Mon Sep 17 00:00:00 2001 From: Fabrice Brito Date: Sat, 21 Dec 2024 00:41:37 +0100 Subject: [PATCH] fixes reqs --- Dockerfile | 2 +- requirements.txt | 25 +++++++++++-------------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9cce06a..715b189 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # The build stage -FROM rockylinux:9.3-minimal as build-stage +FROM rockylinux:9.3-minimal AS build-stage WORKDIR /build-stage diff --git a/requirements.txt b/requirements.txt index 7dff13b..51f1721 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,25 +15,23 @@ cryptography==43.0.3 escapism==1.0.1 fqdn==1.5.1 frozenlist==1.5.0 -google-auth==2.36.0 -google-auth-oauthlib1.2.1 greenlet==3.1.1 idna==3.10 isoduration==20.11.0 Jinja2==3.1.4 jsonpointer==3.0.0 jsonschema==4.23.0 -jsonschema-specifications2024.10.1 +jsonschema-specifications==2024.10.1 jupyter-events==0.10.0 jupyterhub==5.2.1 -jupyterhub-firstuseauthenticator1.1.0 -jupyterhub-hmacauthenticator1.0 -jupyterhub-idle-culler1.4.0 -jupyterhub-kubespawner7.0.0 -jupyterhub-ldapauthenticator2.0.2 -jupyterhub-ltiauthenticator1.6.2 -jupyterhub-nativeauthenticator1.3.0 -jupyterhub-tmpauthenticator1.0.0 +jupyterhub-firstuseauthenticator==1.1.0 +jupyterhub-hmacauthenticator==1.0 +jupyterhub-idle-culler==1.4.0 +jupyterhub-kubespawner==7.0.0 +jupyterhub-ldapauthenticator==2.0.2 +jupyterhub-ltiauthenticator==1.6.2 +jupyterhub-nativeauthenticator==1.3.0 +jupyterhub-tmpauthenticator==1.0.0 kubernetes_asyncio==31.1.0 ldap3==2.9.1 Mako==1.3.6 @@ -48,7 +46,6 @@ pamela==1.2.0 pip==24.2 prometheus_client==0.21.0 propcache==0.2.0 -psycopg2==2.9.10 py-spy==0.4.0 pyasn1==0.6.1 pyasn1_modules==0.4.1 @@ -73,12 +70,12 @@ ruamel.yaml==0.18.6 ruamel.yaml.clib==0.2.12 six==1.16.0 SQLAlchemy==2.0.36 -sqlalchemy-cockroachdb2.0.2 +sqlalchemy-cockroachdb==2.0.2 statsd==4.0.1 text-unidecode==1.3 tornado==6.4.1 traitlets==5.14.3 -types-python-dateutil2.9.0.20241003 +types-python-dateutil==2.9.0.20241003 typing_extensions==4.12.2 uri-template==1.3.0 urllib3==2.2.3