Skip to content

Commit cb6a302

Browse files
committed
Update pyproject.toml: HTTPS for opendbc, sync packages from upstream
1 parent e083978 commit cb6a302

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
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]
@@ -22,7 +22,6 @@ dev = [
2222
"pycryptodome >= 3.9.8",
2323
"cffi",
2424
"flaky",
25-
"prettytable",
2625
"pytest",
2726
"pytest-mock",
2827
"pytest-timeout",

0 commit comments

Comments
 (0)