Skip to content

Commit d991966

Browse files
Merge pull request #108 from 2i2c-org/update-image-requirements
binderhub-service image: refreeze requirements.txt
2 parents d7e3287 + c03f07f commit d991966

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

images/binderhub-service/requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
#
55
# Use the "Run workflow" button at https://github.com/2i2c-org/binderhub-service/actions/workflows/watch-dependencies.yaml
66
#
7-
--no-binary pycurl
8-
97
alembic==1.13.1
108
# via jupyterhub
119
annotated-types==0.7.0
@@ -16,8 +14,10 @@ attrs==23.2.0
1614
# via
1715
# jsonschema
1816
# referencing
19-
binderhub @ https://github.com/jupyterhub/binderhub/archive/main.zip
20-
# via -r requirements.in
17+
binderhub @ git+https://github.com/jupyterhub/binderhub@main
18+
# via
19+
# -r requirements.in
20+
# binderhub
2121
cachetools==5.3.3
2222
# via google-auth
2323
certifi==2024.2.2
@@ -94,6 +94,8 @@ pyasn1-modules==0.4.0
9494
# via google-auth
9595
pycparser==2.22
9696
# via cffi
97+
pycurl==7.45.3
98+
# via binderhub
9799
pydantic==2.7.1
98100
# via jupyterhub
99101
pydantic-core==2.18.2

0 commit comments

Comments
 (0)