diff options
author | MR Lemon <matt@matthewlemon> | 2020-05-17 16:18:29 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-05-17 16:18:29 +0100 |
commit | 28e844dd1ba1f7c7052bc872b632a5c5d943b295 (patch) | |
tree | db0e3fe48d68322404ecc5a2caf5979a7f1efad2 /pyproject.toml | |
parent | 2a563abd6b652532f13a97de23392cfe3fc6c6ce (diff) |
added deps and instructions for building with pyinstaller on windows 10
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 17cefc2..df183fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,8 @@ coverage = "^5.1" nox = "^2019.11.9" pyinstaller = "^3.6" wheel = "^0.34.2" +pefile = "^2019.4.18" +pywin32-ctypes = "^0.2.0" [tools.black] max-length-length=88 |