From b79af04925ac5c62416e547c3521b607837a5d78 Mon Sep 17 00:00:00 2001 From: ruowen Date: Mon, 6 Aug 2018 20:32:38 +0800 Subject: [PATCH] add neo4j driver to python image Change-Id: I7090e164de89c0346e7fddd0d439700a9f202ad6 --- python/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/requirements.txt b/python/requirements.txt index 10d7e58..e7a204e 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -13,6 +13,8 @@ kombu==4.1.0 matplotlib==2.2.2 mlxtend==0.12.0 mysqlclient==1.3.12 +neo4j-driver==1.6.1 +neotime==1.0.0 numpy==1.14.3 pandas==0.22.0 Pygments==2.2.0 -- GitLab