Skip to content

Commit f17d8e2

Browse files
committed
add click to info.py REQUIRES
1 parent 430761c commit f17d8e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/info.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def get_nipype_gitversion():
112112
FUTURE_MIN_VERSION = '0.15.2'
113113
SIMPLEJSON_MIN_VERSION = '3.8.0'
114114
PROV_MIN_VERSION = '1.4.0'
115+
CLICK_MIN_VERSION = '6.6.0'
115116

116117
NAME = 'nipype'
117118
MAINTAINER = 'nipype developers'
@@ -141,6 +142,7 @@ def get_nipype_gitversion():
141142
'future>=%s' % FUTURE_MIN_VERSION,
142143
'simplejson>=%s' % SIMPLEJSON_MIN_VERSION,
143144
'prov>=%s' % PROV_MIN_VERSION,
145+
'click>=%s' % CLICK_MIN_VERSION,
144146
'xvfbwrapper',
145147
'funcsigs'
146148
]

0 commit comments

Comments
 (0)