From a763e5d1b3921b3194f3d4e94ab9de3fbe08bbdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Tue, 28 May 2019 08:16:16 +0200 Subject: New upstream version 0.10.1+dfsg --- requirements-dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'requirements-dev.txt') diff --git a/requirements-dev.txt b/requirements-dev.txt index cac1f35..62ce91e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ # List of silx development dependencies # Those ARE NOT required for installation, at runtime or to build from source (except for the doc) -numpy >= 1.8 +-r requirements.txt setuptools # Advanced packaging tools wheel # To build wheels Cython >= 0.21.1 # To regenerate .c/.cpp files from .pyx @@ -10,6 +10,7 @@ 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 +pandoc # For documentation Qt snapshot updates # Use dev version of PyInstaller to keep hooks up-to-date https://github.com/pyinstaller/pyinstaller/archive/develop.zip; sys_platform == "win32" -- cgit v1.2.3