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 5397cfe commit 9e7d998Copy full SHA for 9e7d998
docs/requirements.txt
@@ -1,27 +1,14 @@
1
-
+# MÍNIMO necesario para construir documentación
2
+sphinx
3
sphinx_rtd_theme
-point
4
-pytest
5
-requests~=2.32.5
6
7
-boto3~=1.42.36
8
9
-cachetools~=6.2.6
10
-setuptools~=80.10.2
11
-pytz~=2025.1
12
-confuse~=2.1.0
13
-jinja2
14
15
sphinxcontrib-napoleon
16
17
-sphinx-jinja2-compat>=0.1.1
18
-sphinx-toolbox>=2.16.0
19
-enum-tools[sphinx]
20
-pydata-sphinx-theme
21
-httpx
22
23
-# Dependencias específicas de python-amazon-ad-api
24
-pycryptodome>=3.13,<3.24
+# Dependencias REALES del paquete (para que autodoc pueda importar)
+requests>=2.27.1,<2.33.0
25
six>=1.16,<1.18
+cachetools>=5.0,<7.1
+pycryptodome>=3.13,<3.24
+pytz>=2021.3,<2027.0
+confuse>=1.7,<2.3
26
python-dotenv
27
pyyaml
0 commit comments