lashex / flask-neo4j

Flask extension providing integration with the Neo4j graph database.
Other
57 stars 16 forks source link

py2neo upgrade V2.0.x #6

Closed drichner closed 9 years ago

drichner commented 9 years ago

Hi Brett,

I have upgraded the dependency of py2neo to v2.0.1 and made all the code changes to support the new API. This is not backward compatible with the older py2neo version.

Also updated the example on the readme.

--Dan