From 7498e81fdb3159243c59f51306ff2b48f024da92 Mon Sep 17 00:00:00 2001 From: Carlos Matos Date: Fri, 21 Apr 2023 05:16:59 -0400 Subject: [PATCH] Adding python-vagrant as dep to vagrant plugin (#133) --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index dbd66399..cac83571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,6 +77,9 @@ selinux = [ 'selinux; sys_platform=="linux2"', 'selinux; sys_platform=="linux"', ] +vagrant = [ + "python-vagrant", +] [tool.ruff] ignore = [