deps: zerorpc over https

This commit is contained in:
Cameron Clough
2022-10-22 00:53:50 -07:00
parent 66c01801a5
commit 8bd512f9d7
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -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
View File
@@ -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]