瀏覽代碼

Updated SQS requirments file (#4231)

Alejandro Varas 7 年之前
父節點
當前提交
9b2a172078
共有 2 個文件被更改,包括 2 次插入2 次删除
  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