summaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.bat b/make.bat
index f860cdfb..c6e0dd05 100644
--- a/make.bat
+++ b/make.bat
@@ -178,7 +178,7 @@ if "%1" == "setup-env" (
@echo installing deps for %%P
@echo ------------------------------------------------
rem mandatory / for unittests
- %%P -m pip install unittest2 ipaddress mock wmi wheel --upgrade
+ %%P -m pip install unittest2 ipaddress mock wmi wheel pypiwin32 --upgrade
rem nice to have
%%P -m pip install ipdb pep8 pyflakes flake8 --upgrade
)