Skip to content

Commit 1dfdbc7

Browse files
authored
add dependency on msvc-runtime on windows
1 parent 4d38575 commit 1dfdbc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

subprojects/robotpy-wpiutil/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ author = "RobotPy Development Team"
55
author_email = "[email protected]"
66
url = "https://github.com/robotpy/robotpy-wpiutil"
77
license = "BSD-3-Clause"
8-
install_requires = []
8+
install_requires = [
9+
"msvc-runtime>=14.42.34433; platform_system == 'Windows'"
10+
]
911

1012
[build-system]
1113
requires = [

0 commit comments

Comments
 (0)