From bde295d380114cf30c76e6ff8126683df587d567 Mon Sep 17 00:00:00 2001 From: Hugo Slepicka Date: Tue, 12 Apr 2022 17:18:34 -0700 Subject: [PATCH] MNT: Pin botcity-framework-base to >=0.2.2 for image path handling. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7b33681..f216b63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -botcity-framework-base>=0.2.0 +botcity-framework-base>=0.2.2 beautifulsoup4 msedge-selenium-tools==3.141.3 numpy opencv-python pillow -selenium==3.141 \ No newline at end of file +selenium==3.141