mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
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.
This commit is contained in:
parent
ef12107bd7
commit
aa54fdd5f7
1 changed files with 2 additions and 0 deletions
|
@ -21,3 +21,5 @@ soundfile
|
|||
PyYAML
|
||||
Pillow
|
||||
diff-match-patch
|
||||
webdriver_manager
|
||||
selenium
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue