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 f59e797..6e20d1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ authors = ["Romain Gonçalves <me@rgoncalves.se>"] python = "^3.9" ansible = "^6.5.0" mitogen = { git = "https://github.com/mitogen-hq/mitogen", branch = "master" } +pygithub = "^1.57" [tool.poetry.dev-dependencies] ansible-lint = "^6.8.2" |