# docs/requirements.txt
# ETLPlus
#
# Copyright © 2026 Dagitali LLC. All rights reserved.
#
# Minimal dependencies for building ETLPlus documentation on Read the Docs
#
# This file is used by Read the Docs to install the necessary dependencies for
# building the documentation. It includes Sphinx and the Read the Docs theme,
# as well as any additional dependencies required for generating API reference
# documentation.


myst-parser>=4.0.0,<5.0.0
sphinx>=8.2,<9.0
sphinx-rtd-theme>=3.0,<4.0
sphinxcontrib-napoleon>=0.7.0,<1.0.0

cbor2>=5.6.4
duckdb>=1.1.0
fastavro>=1.12.1
jinja2>=3.1.6
msgpack>=1.0.8
odfpy>=1.4.1
openpyxl>=3.1.5
pyodbc>=5.3.0
pyarrow>=22.0.0
pymongo>=4.9.1
python-dotenv>=1.2.1
pandas>=2.3.3
pydantic>=2.12.5
PyYAML>=6.0.3
requests>=2.32.5
SQLAlchemy>=2.0.45
tomli-w>=1.2.0
typer>=0.21.0
xlrd>=2.0.2
xlwt>=1.3.0
