mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-24 21:45:00 +00:00
refactor reqs into requirements/
This commit is contained in:
parent
82a59416d4
commit
bafa8ab71c
8 changed files with 137 additions and 122 deletions
|
@ -1,51 +0,0 @@
|
|||
#
|
||||
# pip-compile requirements.in --upgrade
|
||||
#
|
||||
|
||||
configargparse
|
||||
GitPython
|
||||
jsonschema
|
||||
rich
|
||||
prompt_toolkit
|
||||
numpy
|
||||
backoff
|
||||
pathspec
|
||||
diskcache
|
||||
grep_ast
|
||||
packaging
|
||||
sounddevice
|
||||
soundfile
|
||||
beautifulsoup4
|
||||
PyYAML
|
||||
Pillow
|
||||
diff-match-patch
|
||||
playwright
|
||||
pypandoc
|
||||
litellm
|
||||
google-generativeai
|
||||
streamlit
|
||||
watchdog
|
||||
flake8
|
||||
importlib_resources
|
||||
|
||||
# The proper depdendency 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.
|
||||
# Pin below v3.3 to retain python 3.9 compatibility.
|
||||
networkx<3.3
|
||||
|
||||
# This is the one networkx dependency that we need.
|
||||
# Including it here explicitly because we
|
||||
# didn't specify networkx[default] above.
|
||||
# Pin below 1.14 to retain python 3.9 compatibility.
|
||||
scipy<1.14
|
||||
|
||||
# v0.22.2 seems to break tree-sitter-languages?
|
||||
tree-sitter==0.21.3
|
||||
|
||||
# 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue