mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
Merge branch 'main' into mixpanel
This commit is contained in:
commit
068fb38a5d
181 changed files with 141428 additions and 1961 deletions
|
@ -2,6 +2,7 @@
|
|||
# pip-compile requirements.in --upgrade
|
||||
#
|
||||
|
||||
pydub
|
||||
configargparse
|
||||
GitPython
|
||||
jsonschema
|
||||
|
@ -25,8 +26,11 @@ importlib_resources
|
|||
pyperclip
|
||||
pypager
|
||||
mixpanel
|
||||
pexpect
|
||||
json5
|
||||
psutil
|
||||
|
||||
# The proper depdendency is networkx[default], but this brings
|
||||
# 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue