Skip to content

Commit f38ffd7

Browse files
committed
Fixing deps.
1 parent 43652b3 commit f38ffd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ JSON2 = "2535ab7d-5cd8-5a07-80ac-9b1792aadce3"
1313
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
1414
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1515
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
16-
Neo4j = "d2adbeaf-5838-5367-8a2f-e46d570981db"
1716
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1817
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1918
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
@@ -30,6 +29,7 @@ julia = "0.7, 1"
3029
[extras]
3130
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3231
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
32+
Neo4j = "d2adbeaf-5838-5367-8a2f-e46d570981db"
3333

3434
[targets]
35-
test = ["Test", "GraphPlot"]
35+
test = ["Test", "GraphPlot", "Neo4j"]

0 commit comments

Comments
 (0)