summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 5333b0d..cac1f35 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -9,4 +9,7 @@ Sphinx # To build the documentation in doc/
lxml # For test coverage in run_test.py
coverage # For test coverage in run_test.py
pillow # For loading images in documentation generation
-nbsphinx # For converting ipynb in documentation \ No newline at end of file
+nbsphinx # For converting ipynb in documentation
+
+# Use dev version of PyInstaller to keep hooks up-to-date
+https://github.com/pyinstaller/pyinstaller/archive/develop.zip; sys_platform == "win32"