aider/requirements.in
Paul Gauthier 29fa63cd3b aider: Add bs4 to requirements.
# Aider chat conversation:

USER: add bs4

ASSISTANT: ```diff
--- requirements.in
+++ requirements.in
@@ ... @@
 soundfile
+bs4
 PyYAML
 Pillow
```
2024-02-07 16:13:09 -08:00

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