Skip to content

Commit

Permalink
ment
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Apr 30, 2018
1 parent 81d88bb commit 1a9f70f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fmriprep/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
EXTRA_REQUIRES['docs'] = EXTRA_REQUIRES['doc']

# Enable a handle to install all extra dependencies at once
EXTRA_REQUIRES['all'] = list(set(list(EXTRA_REQUIRES.values())))
EXTRA_REQUIRES['all'] = list(set([
v for deps in EXTRA_REQUIRES.values() for v in deps]))

CLASSIFIERS = [
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 1a9f70f

Please sign in to comment.