You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/05/31 03:27:59 UTC

[skywalking-python] branch master updated: Update Plugins.md (#120)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/master by this push:
     new 02a9ff8  Update Plugins.md (#120)
02a9ff8 is described below

commit 02a9ff8bbe707721a66107782a2c4e357b57f025
Author: Zhenxu <ke...@apache.org>
AuthorDate: Mon May 31 11:27:52 2021 +0800

    Update Plugins.md (#120)
---
 docs/Plugins.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Plugins.md b/docs/Plugins.md
index 3a3bc24..fc7f1d6 100644
--- a/docs/Plugins.md
+++ b/docs/Plugins.md
@@ -10,7 +10,7 @@ Library | Versions | Plugin Name
 | [Django](https://www.djangoproject.com/) | >=2.0 <= 3.1 | `sw_django` |
 | [redis-py](https://github.com/andymccurdy/redis-py/) | 3.5.3 | `sw_redis` |
 | [kafka-python](https://kafka-python.readthedocs.io/en/master/) | 2.0.1 | `sw_kafka` |
-| [tornado](https://www.tornadoweb.org/en/stable/) | 6.0.4 | `sw_tornado` |
+| [tornado](https://www.tornadoweb.org/en/stable/) | >=5.0 | `sw_tornado` |
 | [pika](https://pika.readthedocs.io/en/stable/) | 1.1.0 | `sw_rabbitmq` |
 | [pymongo](https://pymongo.readthedocs.io/en/stable/) | 3.11.0 | `sw_pymongo` |
 | [elasticsearch](https://github.com/elastic/elasticsearch-py) | 7.9.0 | `sw_elasticsearch` |