diff --git a/Project.toml b/Project.toml index 5809f5e..3c6ac84 100644 --- a/Project.toml +++ b/Project.toml @@ -4,6 +4,7 @@ authors = ["Roger-luo and contributors"] version = "0.3.5" [deps] +ConfParser = "88353bc9-fd38-507d-a820-d3b43837d6b9" Configurations = "5218b696-f38b-4ac9-8b61-a12ec717816d" Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f" Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -15,9 +16,14 @@ URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4" UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] +ConfParser = "0.1" Configurations = "0.15, 0.16" Crayons = "4" HTTP = "0.9" JSON = "0.21" URIs = "1" julia = "1.6" + +[extras] + +[targets] diff --git a/src/IBMQClient.jl b/src/IBMQClient.jl index 53ae4df..46ed0d1 100644 --- a/src/IBMQClient.jl +++ b/src/IBMQClient.jl @@ -7,6 +7,7 @@ using JSON using UUIDs using URIs using Dates +using ConfParser using Configurations using REPL.TerminalMenus using Crayons.Box