Skip to content

Commit 101b0ca

Browse files
authored
make cloudevents mandatory (#106)
1 parent 3d667e4 commit 101b0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
requirements = [
1818
"grpcio>=1.56.0",
1919
"protobuf>=3.19.4",
20+
"cloudevents",
2021
"dapr",
2122
"paho-mqtt>=1.6.1",
2223
"opentelemetry-distro<=0.36b0",
@@ -33,7 +34,6 @@
3334
"protobuf",
3435
"grpcio>=1.56.0",
3536
"dapr",
36-
"cloudevents",
3737
"grpcio-tools",
3838
"grpc-stubs",
3939
"mypy-protobuf",

0 commit comments

Comments
 (0)