remove decorator from external

MinRK 12 years ago committed by Min RK
parent 31250d29b8
commit 2f8f12cfb1

@ -269,6 +269,7 @@ extras_require['notebook'].extend(extras_require['nbformat'])
extras_require['nbconvert'].extend(extras_require['nbformat'])
install_requires = [
'decorator',
'path.py', # required by pickleshare, remove when pickleshare is added here
]

Loading…
Cancel
Save