From 6cc2f949a0294890ea7bb928cff33ebe134bb4a7 Mon Sep 17 00:00:00 2001 From: Eric Forgy Date: Mon, 1 Apr 2019 10:31:21 +0800 Subject: [PATCH] Remove PlotlyBase from REQUIRE --- Project.toml | 7 ++++++- REQUIRE | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 8871428..6f7b328 100644 --- a/Project.toml +++ b/Project.toml @@ -1,9 +1,14 @@ name = "Pages" uuid = "7c165e09-dada-5b64-9fdc-39b801c58527" authors = ["Eric Forgy "] -version = "0.3.0" +version = "0.3.1" [deps] HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" + +[extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[targets] +test = ["Test"] diff --git a/REQUIRE b/REQUIRE index 04908ea..17603ac 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,4 +1,3 @@ julia 1.0 HTTP JSON -PlotlyBase