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 175cf99241..0a7f69b196 100644 --- a/pythondeps.toml +++ b/pythondeps.toml @@ -20,6 +20,7 @@ [meson] # The install key should match the version in python/wheels/ meson = { accepted = ">=1.1.0", installed = "1.2.3", canary = "meson" } +pycotap = { accepted = ">=1.1.0", installed = "1.3.1" } [docs] # Please keep the installed versions in sync with docs/requirements.txt |