We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22fbc0b commit e741529Copy full SHA for e741529
1 file changed
docs/requirements.txt
@@ -1,7 +1,15 @@
1
+# Dependencias para construir la documentación
2
sphinx
3
sphinx-rtd-theme
-cachetools
4
-pycryptodome
+
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
12
python-dotenv
13
pyyaml
-confuse
14
15
+# Nota: El paquete principal se instala via .readthedocs.yaml
0 commit comments