From 414362bf4cdebed50f26001872680048a22bec8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Szufel?= Date: Tue, 30 Apr 2019 16:19:59 +0200 Subject: [PATCH] add the [compat] section --- Project.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Project.toml b/Project.toml index fef73cd..c3b3ada 100644 --- a/Project.toml +++ b/Project.toml @@ -13,6 +13,14 @@ Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +[compat] +julia ="1.0.0" +HTTP = "0.7.0" +JSON = "0.19.0" +LibExpat = "0.5.0" +LightGraphs = "1.1.0" +DataStructures ="0.15.0" + [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"