Skip to content

Commit f29b56c

Browse files
committed
Add missing dependencies
1 parent 2203ca6 commit f29b56c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PackageInfo.g

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ PackageDoc := rec(
7373

7474
Dependencies := rec(
7575
GAP := ">= 4.12",
76-
NeededOtherPackages := [ [ "GAPDoc", ">= 1.5" ] ],
76+
NeededOtherPackages := [ [ "digraphs", ">= 1.6" ] ],
7777
SuggestedOtherPackages := [ ],
78+
TestPackages := [ [ "grape", ">= 4.9.0" ] ],
7879
ExternalConditions := [ ],
7980
),
8081

0 commit comments

Comments
 (0)