# Dependencies of the ai_data_config package.
#
# Two consumers read this file: the env installs it by including it from its own
# list (-r ../ai_data_config/requirements.txt), and pyproject.toml reads it via
# dynamic dependencies. One list, so adding a dependency here is enough.
#
# Only lower bounds, at the major version in use - a library should not pin exactly
# against whatever installs it. httpx is still 0.x, where minor releases break, so its
# bound is the minor version.
# test/test_package_dependencies.py checks that every import is covered.

litellm>=1.0
fastmcp>=4.0
openpyxl>=3.0
python-box>=7.0
python-dotenv>=1.0
httpx>=0.28
PyYAML>=6.0
starlette>=1.0
