Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Nail-down Neo4J 1.7 driver dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
James Holtom committed Jul 17, 2020
1 parent e5da54f commit 389a62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
author_email = neo4jPg.__email__,
url = neo4jPg.__url__,
packages = find_packages(),
install_requires = [ 'neo4j-driver', 'python-dateutil' ]
install_requires = [ 'neo4j-driver==1.7.6','neobolt==1.7.16', 'python-dateutil' ]
)

0 comments on commit 389a62b

Please sign in to comment.