-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
32 lines (28 loc) · 936 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name = "AWSClusterManagers"
uuid = "69f5933c-162f-5d2f-a6d8-da72a0bfad91"
authors = ["Invenia Technical Computing"]
version = "1.2.0"
[deps]
AWSBatch = "dcae83d4-2881-5875-9d49-e5534165e9c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9"
Mocking = "78c3b35d-d492-501b-9361-3d52fe80e533"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
[compat]
AWS = "1"
AWSBatch = "2.0.1"
AWSTools = "2"
JSON = "0.20.1, 0.21"
Memento = "0.11, 0.12, 0.13, 1"
Mocking = "0.7"
julia = "1"
[extras]
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
AWSTools = "83bcdc74-1232-581c-948a-f29122bf8259"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["AWS", "AWSTools", "LibGit2", "Printf", "Test"]