We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f487a commit 0cbe3c7Copy full SHA for 0cbe3c7
install_deps.sh
@@ -69,7 +69,7 @@ install_third_party_libraries() {
69
libz-dev \
70
libzstd-dev
71
72
- pip3 install --upgrade wheel && pip3 install --upgrade trio && pip3 install --upgrade pip
+ pip3 install --upgrade wheel && pip3 install --upgrade trio
73
pip3 install \
74
eliot eliot-tree \
75
tatsu==4.4.0 \
@@ -78,8 +78,7 @@ install_third_party_libraries() {
78
ecdsa \
79
protobuf==3.15.8 \
80
grpcio==1.37.1 \
81
- grpcio-tools==1.37.1 \
82
- cryptography==3.3.2
+ grpcio-tools==1.37.1
83
}
84
85
0 commit comments