diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index a7e7e32..4083b78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ authors = ["Romain Gonçalves <commit@rgoncalves.se>"] python = "^3.9" ansible = "^5.0.1" ansible-lint = "^5.3.0" +mitogen = { git = "https://github.com/mitogen-hq/mitogen", branch = "master" } [tool.poetry.dev-dependencies] |