mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 07:35:00 +00:00

# Aider chat conversation: USER: add the missing requirements for selenium and related packages ASSISTANT: ```diff --- requirements.in +++ requirements.in @@ ... @@ +webdriver_manager +selenium ``` The above diff adds the missing requirements for Selenium and the WebDriver Manager to the `requirements.in` file.
25 lines
256 B
Text
25 lines
256 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
|
|
PyYAML
|
|
Pillow
|
|
diff-match-patch
|
|
webdriver_manager
|
|
selenium
|