Files
aider/requirements/requirements.in
Mark McDonald d91c02c205 Remove google-generativeai as a dependency.
The `google-generativeai` package is deprecated, and emits warnings when
it's imported. I'm doing some cleanup work to remove it from popular
surfacess, so here's a PR :)

I'll note that `litellm` uses direct HTTP requests for the API, so it
does not use `google-genai` (except for type checking) or
`google-generativeai` (except for a deprecated PaLM codepath).
2026-01-16 17:54:49 +08:00

52 lines
1.0 KiB
Plaintext

pydub
configargparse
GitPython
jsonschema
rich
prompt_toolkit
backoff
pathspec
diskcache
grep_ast
packaging
sounddevice
soundfile
beautifulsoup4
PyYAML
diff-match-patch
pypandoc
litellm
flake8
importlib_resources
pyperclip
posthog
mixpanel
pexpect
json5
psutil
watchfiles
socksio
pillow
shtab
oslex
# The proper dependency is networkx[default], but this brings
# in matplotlib and a bunch of other deps
# https://github.com/networkx/networkx/blob/d7132daa8588f653eacac7a5bae1ee85a183fa43/pyproject.toml#L57
# We really only need networkx itself and scipy for the repomap.
#
# >3.5 seems to not be available for py3.10
networkx<3.5
# This is the one networkx dependency that we need.
# Including it here explicitly because we
# didn't specify networkx[default] above.
#
# 1.16 onwards only supports python3.11+
scipy<1.16
# GitHub Release action failing on "KeyError: 'home-page'"
# https://github.com/pypa/twine/blob/6fbf880ee60915cf1666348c4bdd78a10415f2ac/twine/__init__.py#L40
# Uses importlib-metadata
importlib-metadata<8.0.0