Skip to content

Commit 137a769

Browse files
committed
Add CSV to Test deps
1 parent cf37289 commit 137a769

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
@@ -37,8 +37,9 @@ TimeZones = "0.9.2, 0.10, 0.11, 1"
3737
julia = "1.6"
3838

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

4344
[targets]
44-
test = ["Test", "DataFrames"]
45+
test = ["Test", "CSV", "DataFrames"]

0 commit comments

Comments
 (0)