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

kezhenxu94 pushed a commit to branch doc/pr-template
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git

commit ebb22db45eb4b14ae388fb67f5e45c881003ffb7
Author: kezhenxu94 <kezhenx...@163.com>
AuthorDate: Fri Aug 7 11:15:51 2020 +0800

    [Chore] Add pull request template for plugin
---
 .github/PULL_REQUEST_TEMPLATE | 8 ++++++++
 setup.py                      | 1 +
 2 files changed, 9 insertions(+)

diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
new file mode 100644
index 0000000..3bf9927
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -0,0 +1,8 @@
+<!-- Uncomment the following checklist ONLY WHEN you're adding a new plugin -->
+<!--
+- [ ] Add a test case for the new plugin
+- [ ] Add a component id in [the main 
repo](https://github.com/apache/skywalking/blob/master/oap-server/server-bootstrap/src/main/resources/component-libraries.yml#L415)
+- [ ] Add a logo in [the UI 
repo](https://github.com/apache/skywalking-rocketbot-ui/tree/master/src/views/components/topology/assets)
+- [ ] Add the library/module that this plugin instruments into the `setup.py` 
(`extras_require/test`), such as `pymysql`, `flask`, `django`, etc.
+- [ ] Rebuild the `requirements.txt` by running 
`tools/env/build_requirements_(linux|windows).sh`
+-->
diff --git a/setup.py b/setup.py
index 0ce8624..293f92c 100644
--- a/setup.py
+++ b/setup.py
@@ -52,6 +52,7 @@ setup(
             "kafka-python",
             "tornado",
             "pika",
+            "pymongo",
         ],
     },
     classifiers=[

Reply via email to