Skip to content

Commit

Permalink
re-org Project files
Browse files Browse the repository at this point in the history
  • Loading branch information
samtkaplan committed Aug 23, 2022
1 parent fe1f17f commit a2c471a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.swp
*.swo
docs/build
docs/build
Manifest.toml
12 changes: 0 additions & 12 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,3 @@ Blosc = "0.7"
JSON = "0.21"
TeaSeis = "0.4"
julia = "1"

[extras]
AzSessions = "f239b30d-ae6b-58be-a2d5-7e9f30e280a9"
AzStorage = "c6697862-1611-5eae-9ef8-48803c85c8d6"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FolderStorage = "37e990fb-a500-53d7-846b-4c8aba66999e"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[targets]
test = ["AzSessions", "AzStorage", "Dates", "FolderStorage", "HTTP", "Test", "UUIDs"]
11 changes: 11 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[deps]
AzSessions = "f239b30d-ae6b-58be-a2d5-7e9f30e280a9"
AzStorage = "c6697862-1611-5eae-9ef8-48803c85c8d6"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FolderStorage = "37e990fb-a500-53d7-846b-4c8aba66999e"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using AzSessions, AzStorage, CloudSeis, Dates, Distributed, FolderStorage, HTTP, JSON, Test, UUIDs
using AzSessions, AzStorage, CloudSeis, Dates, Distributed, FolderStorage, HTTP, JSON, Random, Test, UUIDs

credentials = JSON.parse(ENV["AZURE_CREDENTIALS"])
AzSessions.write_manifest(;client_id=credentials["clientId"], client_secret=credentials["clientSecret"], tenant=credentials["tenantId"])
Expand Down

0 comments on commit a2c471a

Please sign in to comment.