This is an automated email from the ASF dual-hosted git repository.
zhoujieguang pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/dolphinscheduler-sdk-python.git
The following commit(s) were added to refs/heads/main by this push:
new c4fdb48 fix: Missing dependence packaging (#81)
c4fdb48 is described below
commit c4fdb48f8854efb66896ab35800060f3b868546f
Author: Jay Chung <[email protected]>
AuthorDate: Thu Mar 23 20:00:43 2023 +0800
fix: Missing dependence packaging (#81)
* fix: Missing dependence packaging
* downgrade to 21.0
---
setup.cfg | 2 ++
1 file changed, 2 insertions(+)
diff --git a/setup.cfg b/setup.cfg
index 37cf657..d195c25 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -76,6 +76,8 @@ install_requires =
py4j~=0.10
ruamel.yaml
stmdency>=0.0.2
+ # 23.0 not support python 3.6
+ packaging>=21.3
[options.packages.find]
where=src