Skip to content

Commit 5da8f83

Browse files
committed
Use HTTPS for opendbc dependency (fixes CI)
1 parent e083978 commit 5da8f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
]
1414
dependencies = [
1515
"libusb1",
16-
"opendbc @ git+ssh://git@github.com/Ever-Cars/opendbc.git@polar-bear#egg=opendbc",
16+
"opendbc @ git+https://github.com/Ever-Cars/opendbc.git@polar-bear#egg=opendbc",
1717
]
1818

1919
[project.optional-dependencies]

0 commit comments

Comments
 (0)