From 7d31c107af6cc19bc4d317750728dd66d8766313 Mon Sep 17 00:00:00 2001 From: ruowen Date: Sat, 29 Sep 2018 14:46:16 +0800 Subject: [PATCH] add matplotlib Change-Id: I861523469ba348f44eeecb1fe11dc43d916dd01a --- python/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index e7a204e..a76f1ab 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,4 @@ +acm-sdk-python==0.3.10 amqp==2.2.2 billiard==3.5.0.3 celery==4.1.0 @@ -11,6 +12,7 @@ idna==2.6 kiwisolver==1.0.1 kombu==4.1.0 matplotlib==2.2.2 +matplotlib==2.2.2 mlxtend==0.12.0 mysqlclient==1.3.12 neo4j-driver==1.6.1 @@ -28,4 +30,4 @@ scipy==1.1.0 six==1.11.0 urllib3==1.22 vine==1.1.4 -acm-sdk-python==0.3.10 +xlrd==1.1.0 -- GitLab