Skip to content

Commit f31d247

Browse files
committed
BF: install requires configparser
1 parent 55d052b commit f31d247

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/info.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ def get_nipype_gitversion():
144144
'prov>=%s' % PROV_MIN_VERSION,
145145
'click>=%s' % CLICK_MIN_VERSION,
146146
'xvfbwrapper',
147-
'funcsigs'
147+
'funcsigs',
148+
'configparser',
148149
]
149150

150151
TESTS_REQUIRES = [

0 commit comments

Comments
 (0)