Skip to content

Commit

Permalink
Add test/Project.toml (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Aug 23, 2024
1 parent e495cbc commit e152668
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,7 @@ JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"

[compat]
HTTP = "1"
JSON = "0.21"
JSON3 = "1"
OrderedCollections = "1"
URIs = "1"
ZipFile = "0.8, 0.9, 0.10"
julia = "1.6"

[extras]
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"

[targets]
test = ["HTTP", "OrderedCollections", "Test", "ZipFile"]
16 changes: 16 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[deps]
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"

[compat]
HTTP = "1"
JSON = "0.21"
JSON3 = "1"
OrderedCollections = "1"
ZipFile = "0.8, 0.9, 0.10"
julia = "1.6"

0 comments on commit e152668

Please sign in to comment.