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

Revert Neo4j Bolt upgrade (#36)

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

This reverts commit 460692e2.

* Update version
parent 460692e2
......@@ -48,7 +48,7 @@ pyparsing==2.2.0
six==1.11.0
sqlalchemy==1.3.0
wheel==0.31.1
neo4j-driver==1.7.2
neo4j-driver==1.6.0
neotime==1.0.0
pytz==2018.4
antlr4-python2-runtime==4.7.1
......
from setuptools import setup, find_packages
__version__ = '1.0.13'
__version__ = '1.0.14'
setup(
......@@ -32,7 +32,7 @@ setup(
'pyhocon==0.3.42',
'pytest==3.6.0',
'six',
'neo4j-driver==1.7.2',
'neo4j-driver==1.6.0',
'antlr4-python2-runtime==4.7.1',
'statsd==3.2.1',
'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