summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
blob: 62ce91eaff8f426bbe29bc5f21a15870c003d479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# List of silx development dependencies
# Those ARE NOT required for installation, at runtime or to build from source (except for the doc)

-r requirements.txt
setuptools        # Advanced packaging tools
wheel             # To build wheels
Cython >= 0.21.1  # To regenerate .c/.cpp files from .pyx
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
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"