-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
45 lines (41 loc) · 1.31 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
name = "VirtualObservatory"
uuid = "d7ce213e-d3b9-4ed1-b00e-1146b7ac83e0"
authors = ["Alexander Plavin <[email protected]>"]
version = "0.1.12"
[deps]
AccessorsExtra = "33016aad-b69d-45be-9359-82a41f556fd4"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CURL_jll = "b21e61f3-bafc-59ac-ab14-4c5c62d6588d"
DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965"
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
DataPipes = "02685ad9-2d12-40c3-9f73-c6aeda6a7ff5"
FlexiMaps = "6394faf6-06db-4fa8-b750-35ccc60383f7"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
VOTables = "3abbdab7-df67-4801-8590-8effec53f469"
[weakdeps]
DictArrays = "e9958f2c-b184-4647-9c5a-224a61f6a14b"
FlexiJoins = "e37f2e79-19fa-4eb7-8510-b63b51fe0a37"
SkyCoords = "fc659fc5-75a3-5475-a2ea-3da92c065361"
[extensions]
DictArraysExt = ["DictArrays"]
FlexiJoinsSkyCoordsExt = ["FlexiJoins", "SkyCoords"]
[compat]
AccessorsExtra = "0.1.49"
CSV = "0.10.11"
CURL_jll = "7.81.0, 8"
DBInterface = "2.5.0"
DataAPI = "1.15.0"
DataPipes = "0.3.8"
DictArrays = "0.1"
FlexiJoins = "0.1.32"
FlexiMaps = "0.1.19"
HTTP = "1.10"
SkyCoords = "1.3.0"
StructArrays = "0.6.15"
Tables = "1.10.1"
URIs = "1.4.2"
VOTables = "0.1.18"
julia = "1.9"