From 8170a5718572351feb7fb138ec9d3da2578c445d Mon Sep 17 00:00:00 2001 From: "shiqi.zheng@algorand.com" Date: Mon, 6 Mar 2023 10:21:32 -0500 Subject: [PATCH] add missing dep --- misc/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/requirements.txt b/misc/requirements.txt index f6a3ca5b1..17a85e7a1 100644 --- a/misc/requirements.txt +++ b/misc/requirements.txt @@ -5,3 +5,4 @@ py-algorand-sdk >=1.3.0,<2 pytest==6.2.5 GitPython==3.1.26 PyYAML==6.0 +requests==2.28.2 \ No newline at end of file