##// END OF EJS Templates
remove pickleshare from external
Min RK -
Show More
@@ -27,6 +27,8 b' import types'
27 27 import subprocess
28 28 from io import open as io_open
29 29
30 from pickleshare import PickleShareDB
31
30 32 from IPython.config.configurable import SingletonConfigurable
31 33 from IPython.core import debugger, oinspect
32 34 from IPython.core import magic
@@ -63,7 +65,6 b' from IPython.utils.decorators import undoc'
63 65 from IPython.utils.io import ask_yes_no
64 66 from IPython.utils.ipstruct import Struct
65 67 from IPython.utils.path import get_home_dir, get_ipython_dir, get_py_filename, unquote_filename, ensure_dir_exists
66 from IPython.external.pickleshare import PickleShareDB
67 68 from IPython.utils.process import system, getoutput
68 69 from IPython.utils.py3compat import (builtin_mod, unicode_type, string_types,
69 70 with_metaclass, iteritems)
@@ -269,7 +269,7 b" extras_require['nbconvert'].extend(extras_require['nbformat'])"
269 269
270 270 install_requires = [
271 271 'decorator',
272 'path.py', # required by pickleshare, remove when pickleshare is added here
272 'pickleshare',
273 273 'simplegeneric>0.8',
274 274 ]
275 275
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now