mirror of https://github.com/celery/kombu.git
try latest sqs dependencies
This commit is contained in:
parent
05820a9a2f
commit
f3b04558fa
|
@ -1,3 +1,3 @@
|
|||
boto3>=1.4.4
|
||||
pycurl==7.43.0.2 # Latest build with wheels provided
|
||||
urllib3<1.26 # Unittests are faiing with urllib3>=1.28
|
||||
boto3>=1.9.12
|
||||
pycurl~=7.44.1 # Latest build with wheels provided
|
||||
urllib3>=1.26.7 # Unittests are faiing with urllib3>=1.28
|
||||
|
|
Loading…
Reference in New Issue