Browse Source

Updated SQS requirments file (#4231)

Alejandro Varas 7 years ago
parent
commit
9b2a172078
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/getting-started/brokers/sqs.rst
  2. 1 1
      requirements/extras/sqs.txt

+ 1 - 1
docs/getting-started/brokers/sqs.rst

@@ -14,7 +14,7 @@ library using :command:`pip`:
 
 .. code-block:: console
 
-    $ pip install -U boto
+    $ pip install -U boto3
 
 .. _broker-sqs-configuration:
 

+ 1 - 1
requirements/extras/sqs.txt

@@ -1,2 +1,2 @@
-boto>=2.13.3
+boto3>=1.4.6
 pycurl