Skip to content

Commit

Permalink
docs(Readme): 📝 Remove not nescessary prerequisite
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyken committed Mar 13, 2024
1 parent 2d6feab commit 67146bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"python.analysis.autoImportCompletions": true,
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"python.analysis.typeCheckingMode": "strict"
"python.analysis.typeCheckingMode": "strict",
"conventionalCommits.scopes": [
"Readme"
]
}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Early version, this package APIs might change
## Prerequisites

```
pip install aiohttp
pip install pyelectroluxocp
```

Expand Down

0 comments on commit 67146bd

Please sign in to comment.