Alejandro Varas 7 лет назад
Родитель
Сommit
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