Skip to content

Commit f722ad4

Browse files
author
zhenwei-li
committed
剔除 logging 直接依赖导致得间接问题
1 parent 162a7ae commit f722ad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def read_text(file_name):
114114
# 'twine==1.15.0',
115115
'com.dvsnier.directory>=0.0.1.dev3',
116116
'configparser',
117-
'logging',
117+
# 'logging',
118118
]
119119
DVSNIER_EXTRAS_REQUIRE = { # Optional
120120
'dev': ['check-manifest'],

0 commit comments

Comments
 (0)