From 2e2f3b0debb74629db2f98bdc3e45f574a1e2f1f Mon Sep 17 00:00:00 2001 From: TYLER CARAZA-HARTER <tharter@cs544-tharter.cs.wisc.edu> Date: Tue, 4 Feb 2025 15:17:29 -0600 Subject: [PATCH] lec 07 starter code --- lec/07-compose/starter/requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lec/07-compose/starter/requirements.txt diff --git a/lec/07-compose/starter/requirements.txt b/lec/07-compose/starter/requirements.txt new file mode 100644 index 0000000..ef043ca --- /dev/null +++ b/lec/07-compose/starter/requirements.txt @@ -0,0 +1,4 @@ +grpcio==1.70.0 +grpcio-tools==1.70.0 +protobuf==5.29.3 +setuptools==75.8.0 -- GitLab