Skip to content

Commit f6e4970

Browse files
author
zhenwei-li
committed
the DVSNIER_INSTALL_REQUIRES upgrade
1 parent 9970a35 commit f6e4970

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@ def read_text(file_name):
107107
# DVSNIER_PYTHON_REQUIRES = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*'
108108
DVSNIER_PYTHON_REQUIRES = '>=2.7, <4'
109109
DVSNIER_INSTALL_REQUIRES = [ # Optional
110-
'com.dvsnier.directory>=0.0.1.dev3',
111-
'configparser',
112-
# 'logging',
110+
113111
]
114112
DVSNIER_EXTRAS_REQUIRE = { # Optional
115113
'dev': ['check-manifest'],

0 commit comments

Comments
 (0)