2024-11-05 22:21:35 -08:00
|
|
|
# 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
|
2025-02-17 12:22:31 -08:00
|
|
|
websockets~=15.0.0
|
2024-11-05 22:21:35 -08:00
|
|
|
enum_tools
|