Skip to content

Commit a3e83e3

Browse files
DilumAluthgecodex
andauthored
Remove Revise from deps, and move Test to test-only dep (#10)
* Move test-only deps out of runtime deps Co-authored-by: OpenAI Codex <codex@openai.com> * Fix compat entry --------- Co-authored-by: OpenAI Codex <codex@openai.com>
1 parent eaacb01 commit a3e83e3

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Project.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
1414
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
1515
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
1616
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
17-
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
1817
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
1918
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
20-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2119
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
2220

2321
[compat]
@@ -31,9 +29,14 @@ HTTP = "1"
3129
JSON = "1"
3230
Measures = "0.3"
3331
Plots = "1"
34-
Revise = "3"
3532
Sockets = "< 0.0.1, 1"
3633
StatsPlots = "0.15"
3734
Test = "< 0.0.1, 1"
3835
URIs = "1"
3936
julia = "1"
37+
38+
[extras]
39+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
40+
41+
[targets]
42+
test = ["Test"]

bin/download_stats.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
push!(LOAD_PATH, abspath(joinpath(@__DIR__, "..")))
2-
using Revise
32
using WebCacheUtilities, Sockets, Dates, CSV, DataFrames, Printf
43
using Plots, Measures, StatsPlots
54

@@ -316,4 +315,4 @@ begin
316315
bottom_margin=11mm,
317316
left_margin=17mm,
318317
)
319-
end
318+
end

0 commit comments

Comments
 (0)