summaryrefslogtreecommitdiff
path: root/requirements-dev.txt
blob: d3c36e36bd345d1107242245c4173fed591b1799 (plain)
1
2
3
4
5
6
7
# List of silx development dependencies
# Those ARE NOT required for installation, at runtime or to build from source (except for the doc)

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