-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
26 lines (24 loc) · 809 Bytes
/
Project.toml
File metadata and controls
26 lines (24 loc) · 809 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
name = "PooksoftAlphaVantageDataStore"
uuid = "c3556c8d-123e-4c4d-a897-a0e9ebae0e6b"
authors = ["Jeffrey Varner <jdv27@cornell.edu>"]
version = "0.1.1"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
PooksoftBase = "17dff602-ea15-4a83-a4cd-e8c4e335a075"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
CSV = "^0.8.2"
DataFrames = "^0.22.2"
Documenter = "^0.26.1"
HTTP = "^0.9.1"
JSON = "^0.21.1"
PooksoftBase = "1.1.0"
Reexport = "^0.2.0"
julia = "~1.6"