Commit 0ca3c2fc by taoke

增加库配置config

parent 42242e5c
...@@ -103,7 +103,6 @@ def send_dingding(product_name): ...@@ -103,7 +103,6 @@ def send_dingding(product_name):
dingTalk_markdown_safe_transportation(BaseConfig.bmy_group) dingTalk_markdown_safe_transportation(BaseConfig.bmy_group)
def get_run(envrioment): def get_run(envrioment):
"""根据传入环境名字,来填入环境配置""" """根据传入环境名字,来填入环境配置"""
pass pass
\ No newline at end of file
...@@ -35,4 +35,5 @@ urllib3==1.25.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3 ...@@ -35,4 +35,5 @@ urllib3==1.25.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3
xlrd==1.2.0 xlrd==1.2.0
zipp==3.4.1; python_version >= '3.6' zipp==3.4.1; python_version >= '3.6'
dict==2020.12.3 dict==2020.12.3
config==0.5.1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment