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