Skip to content

Commit 5e0597b

Browse files
authored
Merge pull request #1697 from yarikoptic/master
BF: install requires configparser
2 parents 55d052b + f31d247 commit 5e0597b

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)