From 9f1de6737a95e1ea2f927bfdd70ac32cf13ff40f Mon Sep 17 00:00:00 2001 From: Alexander Vasarab Date: Tue, 30 Jun 2020 12:54:56 -0700 Subject: [PATCH] Add requests to requirements.txt Many Python installations will ship with this by default, but no harm in being explicit here. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 739dc36..2aec4ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ +requests>=2.0.0 zeep>=3.4.0 -- 2.30.2