-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathProject.toml
More file actions
27 lines (23 loc) · 757 Bytes
/
Project.toml
File metadata and controls
27 lines (23 loc) · 757 Bytes
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
name = "PolygonIO"
uuid = "8d21102f-33ed-495a-9a0c-ac543572a703"
authors = ["Bernard Brenyah and contributors"]
version = "0.1.0"
[deps]
ConfigEnv = "01234589-554d-41b7-ae5c-7b6ee2db6796"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
JSONTables = "b9914132-a727-11e9-1322-f18e41205b0b"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
[compat]
HTTP = "1"
JSON3 = "1"
JSONTables = "1"
julia = "1"
[extras]
ConfigEnv = "01234589-554d-41b7-ae5c-7b6ee2db6796"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
[targets]
test = ["ConfigEnv", "Test", "TypedTables"]