Unverified Commit 460692e2 authored by Jin Hyuk Chang's avatar Jin Hyuk Chang Committed by GitHub

[DPTOOLS-2210] Upgrade Neo4j bolt driver to the latest (#34)

* Upgrade Neo4j driver to the latest

* Upgrade version
parent 64cbc62b
...@@ -48,7 +48,7 @@ pyparsing==2.2.0 ...@@ -48,7 +48,7 @@ pyparsing==2.2.0
six==1.11.0 six==1.11.0
sqlalchemy==1.3.0 sqlalchemy==1.3.0
wheel==0.31.1 wheel==0.31.1
neo4j-driver==1.6.0 neo4j-driver==1.7.2
neotime==1.0.0 neotime==1.0.0
pytz==2018.4 pytz==2018.4
antlr4-python2-runtime==4.7.1 antlr4-python2-runtime==4.7.1
......
from setuptools import setup, find_packages from setuptools import setup, find_packages
__version__ = '1.0.12' __version__ = '1.0.13'
setup( setup(
...@@ -32,7 +32,7 @@ setup( ...@@ -32,7 +32,7 @@ setup(
'pyhocon==0.3.42', 'pyhocon==0.3.42',
'pytest==3.6.0', 'pytest==3.6.0',
'six', 'six',
'neo4j-driver==1.6.0', 'neo4j-driver==1.7.2',
'antlr4-python2-runtime==4.7.1', 'antlr4-python2-runtime==4.7.1',
'statsd==3.2.1', 'statsd==3.2.1',
'retrying==1.3.3' 'retrying==1.3.3'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment