From 36ad970489d8a43d5fc0c853d9f223905e413a20 Mon Sep 17 00:00:00 2001 From: Tonya Martin Date: Mon, 10 Apr 2023 16:54:43 -0700 Subject: [PATCH] Remove specific version number from requirements.txt to allow updates to python 3.10 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ea2cae3b..dde65da1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Base requirements to work with the message bus and debugging # of python applications. -remote_pdb==1.2.0 -durable-rules==0.33.125 +remote_pdb +durable-rules gridappsd-python