Skip to content

Commit 25fef6a

Browse files
committed
added argparse as a dependency
1 parent aabc45f commit 25fef6a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

nipype/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ def get_nipype_gitversion():
126126
VERSION = __version__
127127
REQUIRES = ["nibabel>=1.0", "networkx>=1.0", "numpy>=1.3",
128128
"python-dateutil>1.0", "scipy>=0.7", "traits>=4.0",
129-
"nose>=1.0"]
129+
"nose>=1.0", "argparse>=1.1.0"]
130130
STATUS = 'stable'

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ traits>=4.0
55
python-dateutil>=1.5
66
nibabel>=1.0
77
nose>=1.0
8+
argparse>=1.1

0 commit comments

Comments
 (0)