Files
pylibmeshctrl/docs/requirements.txt

12 lines
363 B
Plaintext
Raw Normal View History

# Requirements file for ReadTheDocs, check .readthedocs.yml.
# To build the module reference correctly, make sure every external package
# under `install_requires` in `setup.cfg` is also listed here!
sphinx>=3.2.1
sphinx-jinja2-compat>=0.1.1
sphinx-toolbox>=2.16.0
# sphinx_rtd_theme
2025-02-17 11:50:50 -08:00
cffi~=1.17.1
2025-02-17 12:06:10 -08:00
cryptography~=44.0.1
2025-02-17 11:50:50 -08:00
pycparser~=2.22
websockets~=15.0.0
enum_tools