-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
43 lines (41 loc) · 1.41 KB
/
Project.toml
File metadata and controls
43 lines (41 loc) · 1.41 KB
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
33
34
35
36
37
38
39
40
41
42
43
name = "CloudClusters"
uuid = "4ca6f12b-c8f1-4945-b50f-6bb73234c039"
authors = ["Francisco Heron de Carvalho Junior <heron@dc.ufc.br> e João Marcelo Uchôa de Alencar <joao.marcelo@ufc.br>"]
version = "0.1.3"
[deps]
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
GoogleCloud = "55e21f81-8b0a-565e-b5ad-6816892a5ee7"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
MPIClusterManagers = "e7922434-ae4b-11e9-05c5-9780451d2c66"
PlatformAware = "e7c50b67-2c03-471e-9cf2-69e515d86ecf"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
AWS = "1"
Base64 = "1.10.4"
Distributed = "1.10.4"
Downloads = "1.6.0"
FilePathsBase = "0.9.21"
GoogleCloud = "0.11.0"
JSON = "0.21"
MPIClusterManagers = "0.2.4"
PlatformAware = "0.6.1"
Random = "1.10.4"
Reexport = "1"
Serialization = "1.10.4"
Sockets = "1.10.4"
TOML = "1.0.3"
Test = "1.11.0"
YAML = "0.4"
julia = "1"