From ee69562dc405149db719cb104dae22fddd657fc3 Mon Sep 17 00:00:00 2001 From: chfw Date: Tue, 15 Aug 2017 09:53:57 +0100 Subject: [PATCH] :pencil: adding jupyter-pip as a dependency --- requirements.txt | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6bb4eacf..5a54a567 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ jinja2==2.8 future pillow +jupyter-pip diff --git a/setup.py b/setup.py index cbae11cb..b219a7c3 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ __version__ = '0.1.9.5' __author__ = 'chenjiandongx' __author_email__ = 'chenjiandongx@qq.com' __license__ = 'MIT' -__requires__ = ['pillow', 'jinja2', 'future'] +__requires__ = ['pillow', 'jinja2', 'future', 'jupyter-pip'] __packages__ = ['pyecharts', 'pyecharts/charts', 'pyecharts/custom'] __keywords__ = ['echarts', 'charts'] __jupyter_echarts__ = 'pyecharts/templates/js/echarts'