From: Alexander Vasarab Date: Tue, 30 Jun 2020 19:54:56 +0000 (-0700) Subject: Add requests to requirements.txt X-Git-Tag: v2.0.0^2~21 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/9f1de6737a95e1ea2f927bfdd70ac32cf13ff40f Add requests to requirements.txt Many Python installations will ship with this by default, but no harm in being explicit here. --- 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