mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-11 23:25:01 +00:00

# Aider chat conversation: USER: add bs4 ASSISTANT: ```diff --- requirements.in +++ requirements.in @@ ... @@ soundfile +bs4 PyYAML Pillow ```
26 lines
260 B
Text
26 lines
260 B
Text
#
|
|
# pip-compile requirements.in
|
|
#
|
|
configargparse
|
|
GitPython
|
|
openai
|
|
tiktoken
|
|
jsonschema
|
|
rich
|
|
prompt_toolkit
|
|
numpy
|
|
scipy
|
|
backoff
|
|
pathspec
|
|
networkx
|
|
diskcache
|
|
grep_ast
|
|
packaging
|
|
sounddevice
|
|
soundfile
|
|
bs4
|
|
PyYAML
|
|
Pillow
|
|
diff-match-patch
|
|
webdriver_manager
|
|
selenium
|