Skip to content

Commit 3408f18

Browse files
committed
fixes reqs
1 parent 19cda8f commit 3408f18

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The build stage
2-
FROM rockylinux:9.3-minimal as build-stage
2+
FROM rockylinux:9.3-minimal AS build-stage
33

44
WORKDIR /build-stage
55

requirements.txt

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,23 @@ cryptography==43.0.3
1515
escapism==1.0.1
1616
fqdn==1.5.1
1717
frozenlist==1.5.0
18-
google-auth==2.36.0
19-
google-auth-oauthlib1.2.1
2018
greenlet==3.1.1
2119
idna==3.10
2220
isoduration==20.11.0
2321
Jinja2==3.1.4
2422
jsonpointer==3.0.0
2523
jsonschema==4.23.0
26-
jsonschema-specifications2024.10.1
24+
jsonschema-specifications==2024.10.1
2725
jupyter-events==0.10.0
2826
jupyterhub==5.2.1
29-
jupyterhub-firstuseauthenticator1.1.0
30-
jupyterhub-hmacauthenticator1.0
31-
jupyterhub-idle-culler1.4.0
32-
jupyterhub-kubespawner7.0.0
33-
jupyterhub-ldapauthenticator2.0.2
34-
jupyterhub-ltiauthenticator1.6.2
35-
jupyterhub-nativeauthenticator1.3.0
36-
jupyterhub-tmpauthenticator1.0.0
27+
jupyterhub-firstuseauthenticator==1.1.0
28+
jupyterhub-hmacauthenticator==1.0
29+
jupyterhub-idle-culler==1.4.0
30+
jupyterhub-kubespawner==7.0.0
31+
jupyterhub-ldapauthenticator==2.0.2
32+
jupyterhub-ltiauthenticator==1.6.2
33+
jupyterhub-nativeauthenticator==1.3.0
34+
jupyterhub-tmpauthenticator==1.0.0
3735
kubernetes_asyncio==31.1.0
3836
ldap3==2.9.1
3937
Mako==1.3.6
@@ -48,7 +46,6 @@ pamela==1.2.0
4846
pip==24.2
4947
prometheus_client==0.21.0
5048
propcache==0.2.0
51-
psycopg2==2.9.10
5249
py-spy==0.4.0
5350
pyasn1==0.6.1
5451
pyasn1_modules==0.4.1
@@ -73,12 +70,12 @@ ruamel.yaml==0.18.6
7370
ruamel.yaml.clib==0.2.12
7471
six==1.16.0
7572
SQLAlchemy==2.0.36
76-
sqlalchemy-cockroachdb2.0.2
73+
sqlalchemy-cockroachdb==2.0.2
7774
statsd==4.0.1
7875
text-unidecode==1.3
7976
tornado==6.4.1
8077
traitlets==5.14.3
81-
types-python-dateutil2.9.0.20241003
78+
types-python-dateutil==2.9.0.20241003
8279
typing_extensions==4.12.2
8380
uri-template==1.3.0
8481
urllib3==2.2.3

0 commit comments

Comments
 (0)