aws-sam-cli: fix requests version bounds

This commit is contained in:
Jonathan Ringer
2020-05-11 22:13:16 +02:00
committed by Frederik Rietdijk
parent 151b2bc407
commit 68f1bdc1c8
@@ -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; {