-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
42 lines (40 loc) · 1.38 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
name = "EditorsRepo"
uuid = "3fa2051c-bcb6-4d65-8a68-41ff86d56437"
authors = ["nsmith"]
version = "0.19.5"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CitableBase = "d6f014bd-995c-41bd-9893-703339864534"
CitableCorpus = "cf5ac11a-93ef-4a1a-97a3-f6af101603b5"
CitableImage = "17ccb2e5-db19-44b3-b354-4fd16d92c74e"
CitableObject = "e2b2f5ea-1cd8-4ce8-9b2b-05dad64c2a57"
CitableParserBuilder = "c834cb9d-35b9-419a-8ff8-ecaeea9e2a2a"
CitablePhysicalText = "e38a874e-a7c2-4ff3-8dea-81ae2e5c9b07"
CitableTeiReaders = "b4325aa9-906c-402e-9c3f-19ab8a88308e"
CitableText = "41e66566-473b-49d4-85b7-da83b66615d8"
CiteEXchange = "e2e9ead3-1b6c-4e96-b95f-43e6ab899178"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
EditionBuilders = "2fb66cca-c1f8-4a32-85dd-1a01a9e8cd8f"
Orthography = "0b4c9448-09b0-4e78-95ea-3eb3328be36d"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
[compat]
CSV = "0.10"
CitableBase = "10"
CitableCorpus = "0.13"
CitableImage = "0.7"
CitableObject = "0.16"
CitableParserBuilder = "0.30"
CitablePhysicalText = "0.12"
CitableTeiReaders = "0.10"
CitableText = "0.16"
CiteEXchange = "0.10"
DocStringExtensions = "0.9"
Documenter = "0.27, 1"
EditionBuilders = "0.8"
Orthography = "0.22"
Tables = "1"
TypedTables = "1.4"
julia = "1"