Skip to content

Commit

Permalink
Revert "rm ConfParser"
Browse files Browse the repository at this point in the history
This reverts commit b54d5ec.
  • Loading branch information
Roger-luo committed Jun 20, 2022
1 parent 17a5e0b commit 3b4ed68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ authors = ["Roger-luo <[email protected]> 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"
Expand All @@ -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]
1 change: 1 addition & 0 deletions src/IBMQClient.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ using JSON
using UUIDs
using URIs
using Dates
using ConfParser
using Configurations
using REPL.TerminalMenus
using Crayons.Box
Expand Down

0 comments on commit 3b4ed68

Please sign in to comment.