'sqlite3-python', # Python package
# Python
'python',
- 'IPython',
+ 'ipython', # Command line tool
+ 'IPython', # Python package
'numpy',
'scipy',
'matplotlib',
('pip', None, None),
('sqlite3', 'SQLite 3', None),
('nosetests', 'Nose', (1, 0, 0)),
+ ('ipython', 'IPython script', (0, 13)),
('emacs', 'Emacs', None),
('xemacs', 'XEmacs', None),
('vim', 'Vim', None),
for package,name,long_name,minimum_version in [
('nose', None, 'Nose Python package',
CHECKER['nosetests'].minimum_version),
- ('IPython', None, None, None),
+ ('IPython', None, 'IPython Python package',
+ CHECKER['ipython'].minimum_version),
('numpy', None, 'NumPy', None),
('scipy', None, 'SciPy', None),
('matplotlib', None, 'Matplotlib', None),