Skip to content

Commit 7498e81

Browse files
authored
Adding python-vagrant as dep to vagrant plugin (#133)
1 parent bf5bce5 commit 7498e81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ selinux = [
7777
'selinux; sys_platform=="linux2"',
7878
'selinux; sys_platform=="linux"',
7979
]
80+
vagrant = [
81+
"python-vagrant",
82+
]
8083

8184
[tool.ruff]
8285
ignore = [

0 commit comments

Comments
 (0)