aws-sam-cli: fix requests version bounds

wip/yesman
Jonathan Ringer 4 years ago committed by Frederik Rietdijk
parent 151b2bc407
commit 68f1bdc1c8
  1. 1
      pkgs/development/tools/aws-sam-cli/default.nix

@ -69,6 +69,7 @@ buildPythonApplication rec {
--replace "serverlessrepo==0.1.9" "serverlessrepo~=0.1.9" \
--replace "python-dateutil~=2.6, <2.8.1" "python-dateutil~=2.6" \
--replace "tomlkit==0.5.8" "tomlkit~=0.5.8" \
--replace "requests==2.22.0" "requests~=2.22"
'';
meta = with lib; {

Loading…
Cancel
Save