aider/requirements.in
Paul Gauthier aa54fdd5f7 aider: Add the missing requirements for selenium and related packages.
# 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.
2024-02-07 14:23:24 -08:00

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