# 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.