File: requirements-dev.txt

package info (click to toggle)
silx 2.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 31,728 kB
  • sloc: python: 119,843; ansic: 5,062; lisp: 4,454; cpp: 883; sh: 286; makefile: 90; xml: 46
file content (23 lines) | stat: -rw-r--r-- 845 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# List of silx development dependencies
# Those ARE NOT required for installation or at runtime

-r requirements.txt
build             # To build the project
wheel             # To build wheels
Sphinx            # To build the documentation in doc/
sphinx-autodoc-typehints  # For leveraging Python type hints from Sphinx
sphinx-design     # For tabs and grid in documentation
pillow            # For loading images in documentation generation
pydata_sphinx_theme  # Sphinx theme
nbsphinx          # For converting ipynb in documentation
pandoc            # For documentation Qt snapshot updates
black[jupyter]    # Formatting

pytest            # For testing
pytest-xvfb       # For GUI testing
pytest-cov        # For coverage
pytest-mock

hdf5plugin        # For HDF5 compression filters handling

pyinstaller>=6.0.0; sys_platform == "win32"