-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
28 lines (26 loc) · 833 Bytes
/
Project.toml
File metadata and controls
28 lines (26 loc) · 833 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
28
name = "WeatherReport"
uuid = "3c954167-71e4-4212-9688-830d6b8fcbc2"
authors = ["Vikas Negi <vikas.negi10@gmail.com>"]
version = "0.21.2"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
StringDistances = "88034a9c-02f8-509d-84a9-84ec65e18404"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[compat]
CSV = "0.10"
DataFrames = "1.5"
HTTP = "1.7"
JSON = "0.21"
Preferences = "1.4"
PrettyTables = "2.2"
SQLite = "1.6"
StringDistances = "0.11"
UnicodePlots = "3.4"
julia = "1.8"