File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Use the "Run workflow" button at https://github.com/2i2c-org/binderhub-service/actions/workflows/watch-dependencies.yaml
6
6
#
7
- --no-binary pycurl
8
-
9
7
alembic == 1.13.1
10
8
# via jupyterhub
11
9
annotated-types == 0.7.0
@@ -16,8 +14,10 @@ attrs==23.2.0
16
14
# via
17
15
# jsonschema
18
16
# 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
21
21
cachetools == 5.3.3
22
22
# via google-auth
23
23
certifi == 2024.2.2
@@ -94,6 +94,8 @@ pyasn1-modules==0.4.0
94
94
# via google-auth
95
95
pycparser == 2.22
96
96
# via cffi
97
+ pycurl == 7.45.3
98
+ # via binderhub
97
99
pydantic == 2.7.1
98
100
# via jupyterhub
99
101
pydantic-core == 2.18.2
You can’t perform that action at this time.
0 commit comments