Skip to content
Snippets Groups Projects
Commit 64d5e553 authored by Nikolay Stanchev's avatar Nikolay Stanchev
Browse files

Updates py2neo version in setup.py which is a patch to the dependency conflict issue

parent bebbaa33
No related branches found
No related tags found
No related merge requests found
...@@ -52,8 +52,6 @@ def get_version(*relative_path): ...@@ -52,8 +52,6 @@ def get_version(*relative_path):
requires = [ requires = [
'ipython==6.5.0',
'jupyter_console==5.2.0',
'plaster_pastedeploy==0.6', 'plaster_pastedeploy==0.6',
'pyramid==1.9.2', 'pyramid==1.9.2',
'pyramid_debugtoolbar==4.5', 'pyramid_debugtoolbar==4.5',
...@@ -63,8 +61,7 @@ requires = [ ...@@ -63,8 +61,7 @@ requires = [
'zope.sqlalchemy==1.0', 'zope.sqlalchemy==1.0',
'psycopg2==2.7.5', 'psycopg2==2.7.5',
'influxdb==5.2.0', 'influxdb==5.2.0',
'neo4j-driver==1.6.2', 'py2neo==4.1.3',
'py2neo==4.1.0',
'pyyaml==3.13', 'pyyaml==3.13',
'tosca-parser==1.1.0', 'tosca-parser==1.1.0',
'schema==0.6.8', 'schema==0.6.8',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment