Skip to content

Commit 6807bbb

Browse files
committed
fix: Exact requirements from working repo (add missing deps)
1 parent d8ae82b commit 6807bbb

1 file changed

Lines changed: 24 additions & 3 deletions

File tree

docs/requirements.txt

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
1-
# Dependencias básicas para Sphinx
2-
sphinx
1+
32
sphinx_rtd_theme
3+
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+
415
sphinxcontrib-napoleon
516

6-
# Dependencias del proyecto (instaladas via .readthedocs.yaml)
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
25+
six>=1.16,<1.18
26+
python-dotenv
27+
pyyaml

0 commit comments

Comments
 (0)