This PR removes dotenv from the list of dependencies since the required environment variables SLACK_APP_TOKEN and SLACK_BOT_TOKEN are injected into the CLI run process on install.
Requirements
[x] I’ve checked my submission against the Samples Checklist to ensure it complies with all standards
[x] I have ensured the changes I am contributing align with existing patterns and have tested and linted my code
Type of change
Summary
This PR removes
dotenv
from the list of dependencies since the required environment variablesSLACK_APP_TOKEN
andSLACK_BOT_TOKEN
are injected into the CLIrun
process on install.Requirements