mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-24 23:42:05 +08:00
deps: zerorpc over https
This commit is contained in:
Generated
+1
-1
@@ -4316,7 +4316,7 @@ pyzmq = ">=13.1.0"
|
||||
|
||||
[package.source]
|
||||
type = "git"
|
||||
url = "git@github.com:commaai/zerorpc-python.git"
|
||||
url = "https://github.com/commaai/zerorpc-python.git"
|
||||
reference = "master"
|
||||
resolved_reference = "0e27fd795bb9a7ec9cab81a771a2e35a91e397c9"
|
||||
|
||||
|
||||
+1
-1
@@ -168,7 +168,7 @@ torchsummary = "^1.5.1"
|
||||
torchvision = { url = "https://download.pytorch.org/whl/cu113/torchvision-0.12.0%2Bcu113-cp38-cp38-linux_x86_64.whl" }
|
||||
triton = "^1.1.1"
|
||||
Werkzeug = "^2.1.2"
|
||||
zerorpc = { git = "git@github.com:commaai/zerorpc-python.git", branch = "master" }
|
||||
zerorpc = { git = "https://github.com/commaai/zerorpc-python.git", branch = "master" }
|
||||
|
||||
|
||||
[build-system]
|
||||
|
||||
Reference in New Issue
Block a user