aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMR Lemon <matt@matthewlemon>2020-05-17 16:18:29 +0100
committerMR Lemon <matt@matthewlemon>2020-05-17 16:18:29 +0100
commit28e844dd1ba1f7c7052bc872b632a5c5d943b295 (patch)
treedb0e3fe48d68322404ecc5a2caf5979a7f1efad2 /pyproject.toml
parent2a563abd6b652532f13a97de23392cfe3fc6c6ce (diff)
added deps and instructions for building with pyinstaller on windows 10
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
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