-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (27 loc) · 896 Bytes
/
Project.toml
File metadata and controls
29 lines (27 loc) · 896 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
29
name = "PostgresORM"
uuid = "748b5efa-ed57-4836-b183-a38105a77fdd"
authors = ["Vincent Laugier <vincent.laugier@gmail.com>"]
version = "0.7.1"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LibPQ = "194296ae-ab2e-5f79-8cd4-7183a0a5a0d1"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
StringCases = "f22f4433-750e-5048-95f9-cae576f2c120"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TickTock = "9ff05d80-102d-5586-aa04-3a8bd1a90d20"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
DataFrames = "0.19.0,1"
IterTools = "1.1.0,2"
JSON = "0.21,1"
LibPQ = "1.1.0,2"
Query = "1.0.0,2"
StringCases = "0.1.0,1"
Tables = "1.0.0,2"
TickTock = "1.0.0,2"
TimeZones = "1.3.0,2"
julia = "1"