From 9a0c0902ecef98328031141f24a99e7a568594d8 Mon Sep 17 00:00:00 2001 From: Philip Tellis Date: Mon, 11 Sep 2023 12:13:25 -0400 Subject: [PATCH] Set compat for packages --- Project.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Project.toml b/Project.toml index 15744eb..30941f0 100644 --- a/Project.toml +++ b/Project.toml @@ -12,6 +12,15 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179" TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" +[compat] +julia = "1.6" +DataFrames = "1.6.1" +Formatting = "0.4.2" +HTTP = "1.9.15" +JSON = "0.21.4" +LightXML = "0.9.0" +TimeZones = "1.13.0" + [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"