-
Notifications
You must be signed in to change notification settings - Fork 7
/
Project.toml
34 lines (30 loc) · 1.08 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
name = "VegaDatasets"
uuid = "0ae4a718-28b7-58ec-9efb-cded64d6d5b4"
version = "2.1.2-DEV"
[deps]
IterableTables = "1c8ee90f-4401-5389-894e-7a04a3dc0f4d"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
TableTraitsUtils = "382cd787-c1b6-5bf2-a167-d5b971a19bda"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
TextParse = "e0df1984-e451-5cb5-8b61-797a481e67e3"
TableShowUtils = "5e66a065-1f0a-5976-b372-e0b8c017ca10"
DataValues = "e7dc6d0d-1eca-5fa6-8ad6-5aecde8b7ea5"
FilePaths = "8fc22ac5-c921-52a6-82fd-178b2807b824"
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
TableTraits = "0.3.1, 0.4, 1"
TableShowUtils = "0.2"
IteratorInterfaceExtensions = "0.1.1, 1"
JSON = "0.19, 0.20, 0.21"
TextParse = "0.6, 0.7, 0.8, 0.9, 1.0"
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
TableTraitsUtils = "0.2.1, 0.3, 0.4, 1"
julia = "1"
DataValues = "0.4.4"
FilePaths = "0.7, 0.8"
IterableTables = "0.8.3, 0.9, 0.10, 0.11, 1"
[targets]
test = ["Test"]