Skip to content

Commit 34616d9

Browse files
committed
Add CSV to Test deps
1 parent a43c4fa commit 34616d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ TimeZones = "0.9.2, 0.10, 0.11, 1"
3939
julia = "1"
4040

4141
[extras]
42+
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
4243
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
4344
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4445

4546
[targets]
46-
test = ["Test", "DataFrames"]
47+
test = ["Test", "CSV", "DataFrames"]

0 commit comments

Comments
 (0)