We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b46668 + 1dfdbc7 commit 6dfff46Copy full SHA for 6dfff46
subprojects/robotpy-wpiutil/pyproject.toml
@@ -5,7 +5,9 @@ author = "RobotPy Development Team"
5
author_email = "[email protected]"
6
url = "https://github.com/robotpy/robotpy-wpiutil"
7
license = "BSD-3-Clause"
8
-install_requires = []
+install_requires = [
9
+ "msvc-runtime>=14.42.34433; platform_system == 'Windows'"
10
+]
11
12
[build-system]
13
requires = [
0 commit comments