Show More
@@ -72,7 +72,7 b' def make_exe(dist):' | |||
|
72 | 72 | # On Windows, we install extra packages for convenience. |
|
73 | 73 | if IS_WINDOWS: |
|
74 | 74 | exe.add_python_resources( |
|
75 |
exe.pip_install(["-r", ROOT + "/contrib/packaging/requirements-windows-py |
|
|
75 | exe.pip_install(["-r", ROOT + "/contrib/packaging/requirements-windows-py3.txt"]), | |
|
76 | 76 | ) |
|
77 | 77 | |
|
78 | 78 | return exe |
General Comments 0
You need to be logged in to leave comments.
Login now