Skip to content

Commit e741529

Browse files
committed
fix: Add missing dependencies for Read the Docs
1 parent 22fbc0b commit e741529

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

docs/requirements.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1+
# Dependencias para construir la documentación
12
sphinx
23
sphinx-rtd-theme
3-
cachetools
4-
pycryptodome
4+
5+
# Dependencias del paquete principal (necesarias para autodoc)
6+
requests>=2.27.1,<2.33.0
7+
cachetools>=5.0,<7.1
8+
pycryptodome>=3.13,<3.24
9+
pytz>=2021.3,<2027.0
10+
confuse>=1.7,<2.3
11+
six>=1.16,<1.18
512
python-dotenv
613
pyyaml
7-
confuse
14+
15+
# Nota: El paquete principal se instala via .readthedocs.yaml

0 commit comments

Comments
 (0)