diff --git a/pull_reqs.bat b/pull_reqs.bat
index b9bcca58efacd4ffee99ee2258d0967a1a33f1cf..ddd723e47a55436f8eec12c8699fc2d3ca769eab 100644
--- a/pull_reqs.bat
+++ b/pull_reqs.bat
@@ -12,7 +12,6 @@ for /F "tokens=1,2 delims=;" %%i in (reqs_win.txt) do (
         "%BUILDDIR%\%%i.exe" /S /D=%BUILDDIR%\%%i
 )
 
-curl.exe -C - -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:79.0) Gecko/20100101 Firefox/79.0" -L -o "%BUILDDIR%\patch.py" "https://raw.githubusercontent.com/techtonik/python-patch/master/patch.py"
-python "%BUILDDIR%\patch.py" --verbose --directory "%CURRENTDIR%" --debug patch 
+python -m patch --verbose --directory "%CURRENTDIR%" patch 
 move "%BUILDDIR%\fbxsdk\lib\vs2017" "%BUILDDIR%\fbxsdk\lib\all"
 popd
diff --git a/pyproject.toml b/pyproject.toml
index 9edf5e1da82cc67f8659644b277c4a1287a082b6..c3f877ed58869faea8f7d038e3342825e02d484f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,12 +1,12 @@
 # Specify sip v5 as the build system for the package.
 [build-system]
-requires = ["sip >=5", "auditwheel"]
+requires = ["sip >=5", "auditwheel", "patch"]
 build-backend = "sipbuild.api"
 
 # Specify the PEP 566 metadata for the project.
 [tool.sip.metadata]
 name = "fbxsdkpy"
-version = "2020.1.post1"
+version = "2020.1.post2"
 
 # Configure the building of the fib bindings.
 [tool.sip.bindings.fbx_module]