diff --git a/requirements/extras/sqs.txt b/requirements/extras/sqs.txt index 0098c030..77f75030 100644 --- a/requirements/extras/sqs.txt +++ b/requirements/extras/sqs.txt @@ -1,3 +1,3 @@ boto3>=1.26.143 -pycurl==7.43.0.5 # Latest build with wheels provided +pycurl>=7.43.0.5; sys_platform != 'win32' and platform_python_implementation=="CPython" urllib3>=1.26.16