Use REPL.TerminalMenus
This commit is contained in:
parent
4e4c68dfec
commit
0ae017f715
@ -6,20 +6,10 @@ version = "0.2.0"
|
|||||||
[[Base64]]
|
[[Base64]]
|
||||||
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
|
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
|
||||||
|
|
||||||
[[Compat]]
|
|
||||||
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
|
|
||||||
git-tree-sha1 = "ae262fa91da6a74e8937add6b613f58cd56cdad4"
|
|
||||||
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
|
|
||||||
version = "1.1.0"
|
|
||||||
|
|
||||||
[[Dates]]
|
[[Dates]]
|
||||||
deps = ["Printf"]
|
deps = ["Printf"]
|
||||||
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
|
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
|
||||||
|
|
||||||
[[DelimitedFiles]]
|
|
||||||
deps = ["Mmap"]
|
|
||||||
uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab"
|
|
||||||
|
|
||||||
[[Distributed]]
|
[[Distributed]]
|
||||||
deps = ["LinearAlgebra", "Random", "Serialization", "Sockets"]
|
deps = ["LinearAlgebra", "Random", "Serialization", "Sockets"]
|
||||||
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
|
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
|
||||||
@ -45,9 +35,6 @@ uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
|
|||||||
deps = ["Base64"]
|
deps = ["Base64"]
|
||||||
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
|
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
|
||||||
|
|
||||||
[[Mmap]]
|
|
||||||
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
|
|
||||||
|
|
||||||
[[Mustache]]
|
[[Mustache]]
|
||||||
deps = ["Pkg", "Test"]
|
deps = ["Pkg", "Test"]
|
||||||
git-tree-sha1 = "fb4b57a278d18434eff78bdc2c06238f6ee3c9e7"
|
git-tree-sha1 = "fb4b57a278d18434eff78bdc2c06238f6ee3c9e7"
|
||||||
@ -76,27 +63,9 @@ uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
|
|||||||
[[Serialization]]
|
[[Serialization]]
|
||||||
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
|
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
|
||||||
|
|
||||||
[[SharedArrays]]
|
|
||||||
deps = ["Distributed", "Mmap", "Random", "Serialization"]
|
|
||||||
uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
|
|
||||||
|
|
||||||
[[Sockets]]
|
[[Sockets]]
|
||||||
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
|
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
|
||||||
|
|
||||||
[[SparseArrays]]
|
|
||||||
deps = ["LinearAlgebra", "Random"]
|
|
||||||
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
|
|
||||||
|
|
||||||
[[Statistics]]
|
|
||||||
deps = ["LinearAlgebra", "SparseArrays"]
|
|
||||||
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
|
||||||
|
|
||||||
[[TerminalMenus]]
|
|
||||||
deps = ["Compat", "REPL", "Test"]
|
|
||||||
git-tree-sha1 = "9ae6ed0c94eee4d898e049820942af21daf15efc"
|
|
||||||
uuid = "dc548174-15c3-5faf-af27-7997cfbde655"
|
|
||||||
version = "0.1.0"
|
|
||||||
|
|
||||||
[[Test]]
|
[[Test]]
|
||||||
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
|
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
|
||||||
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||||
|
@ -10,6 +10,6 @@ Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
|
|||||||
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
|
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
|
||||||
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
|
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
|
||||||
Mustache = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"
|
Mustache = "ffc61752-8dc7-55ee-8c37-f3e9cdd09e70"
|
||||||
TerminalMenus = "dc548174-15c3-5faf-af27-7997cfbde655"
|
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
|
||||||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||||
URIParser = "30578b45-9adc-5946-b283-645ec420af67"
|
URIParser = "30578b45-9adc-5946-b283-645ec420af67"
|
||||||
|
1
REQUIRE
1
REQUIRE
@ -1,5 +1,4 @@
|
|||||||
julia 0.6
|
julia 0.6
|
||||||
AutoHashEquals
|
AutoHashEquals
|
||||||
Mustache
|
Mustache
|
||||||
TerminalMenus
|
|
||||||
URIParser
|
URIParser
|
||||||
|
@ -7,7 +7,7 @@ using Distributed
|
|||||||
using InteractiveUtils
|
using InteractiveUtils
|
||||||
using LibGit2
|
using LibGit2
|
||||||
using Mustache
|
using Mustache
|
||||||
using TerminalMenus
|
using REPL.TerminalMenus
|
||||||
using URIParser
|
using URIParser
|
||||||
|
|
||||||
export
|
export
|
||||||
|
Loading…
Reference in New Issue
Block a user