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:
Paul Gauthier 2024-02-07 14:23:24 -08:00
parent ef12107bd7
commit aa54fdd5f7

View file

@ -21,3 +21,5 @@ soundfile
PyYAML
Pillow
diff-match-patch
webdriver_manager
selenium