diff options
Diffstat (limited to 'pythondeps.toml')
-rw-r--r-- | pythondeps.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pythondeps.toml b/pythondeps.toml index 16fb2a9..98e99e7 100644 --- a/pythondeps.toml +++ b/pythondeps.toml @@ -33,3 +33,4 @@ sphinx_rtd_theme = { accepted = ">=0.5", installed = "1.2.2" } [testdeps] qemu.qmp = { accepted = ">=0.0.3", installed = "0.0.3" } +pygdbmi = { accepted = ">=0.11.0.0", installed = "0.11.0.0" } |