-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
62 lines (56 loc) · 1.86 KB
/
Project.toml
File metadata and controls
62 lines (56 loc) · 1.86 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
name = "PromptingTools2"
uuid = "670122d1-24a8-4d70-bfce-740807c42192"
authors = ["Pablo Valdunciel Sanchez @pabvald"]
version = "0.1.0"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
OpenAI = "e9f21f70-7185-4079-aca2-91159181367c"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StreamCallbacks = "c1b9e933-98a0-46fc-8ea7-3b58b195fb0a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[weakdeps]
GoogleGenAI = "903d41d1-eaca-47dd-943b-fee3930375ab"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
[extensions]
GoogleGenAIPromptingTools2Ext = ["GoogleGenAI"]
MarkdownPromptingTools2Ext = ["Markdown"]
[compat]
AbstractTrees = "0.4"
Aqua = "0.7"
Base64 = "<0.0.1, 1"
Dates = "<0.0.1, 1"
GoogleGenAI = "0.5"
HTTP = "1.10.8"
JSON3 = "1"
LinearAlgebra = "<0.0.1, 1"
Logging = "<0.0.1, 1"
Markdown = "<0.0.1, 1"
OpenAI = "0.9, 0.10, 0.11"
Pkg = "<0.0.1, 1"
PrecompileTools = "1"
Preferences = "1"
REPL = "<0.0.1, 1"
Random = "<0.0.1, 1"
SparseArrays = "<0.0.1, 1"
Statistics = "<0.0.1, 1"
StreamCallbacks = "0.7"
Test = "<0.0.1, 1"
Unicode = "<0.0.1, 1"
julia = "1.9, 1.10, 1.11"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
[targets]
test = ["Aqua", "GoogleGenAI", "SparseArrays", "Statistics", "LinearAlgebra", "Markdown", "Unicode"]