diff --git a/Project.toml b/Project.toml index 6a05cf9..74b6f16 100644 --- a/Project.toml +++ b/Project.toml @@ -14,10 +14,8 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" -Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" Sockets = "6462fe0b-24de-5631-8697-dd941f90decc" StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd" -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4" [compat] @@ -31,9 +29,14 @@ HTTP = "1" JSON = "1" Measures = "0.3" Plots = "1" -Revise = "3" Sockets = "< 0.0.1, 1" StatsPlots = "0.15" Test = "< 0.0.1, 1" URIs = "1" julia = "1" + +[extras] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[targets] +test = ["Test"] diff --git a/bin/download_stats.jl b/bin/download_stats.jl index 0884105..ac3a06d 100644 --- a/bin/download_stats.jl +++ b/bin/download_stats.jl @@ -1,5 +1,4 @@ push!(LOAD_PATH, abspath(joinpath(@__DIR__, ".."))) -using Revise using WebCacheUtilities, Sockets, Dates, CSV, DataFrames, Printf using Plots, Measures, StatsPlots @@ -316,4 +315,4 @@ begin bottom_margin=11mm, left_margin=17mm, ) -end \ No newline at end of file +end