Remove "Update Dependencies" section

I used this command for a while, but ended up manually maintaining `requirements.txt`, in order to specify platform-specific dependencies.

I don't have a clear answer to dependency management; maybe a tool like `poetry` will help, but for now, this section is useless.
This commit is contained in:
Isaiah Odhner 2023-07-21 15:11:13 -04:00
parent e14df9d4bc
commit e42060981c

View File

@ -358,13 +358,6 @@ pyright # type checking
cspell-cli lint . # spell checking
```
### Update Dependencies
```bash
python -m pipreqs.pipreqs --ignore .history --force
```
## License
[MIT](LICENSE.txt)