Update dependencies

I'm new to python package management, so I don't really know when these
packages got updated, but I'm updating this file with this command:

    python3 -m pipreqs.pipreqs --ignore .history --force
This commit is contained in:
Isaiah Odhner 2023-04-19 02:34:17 -04:00
parent dfa4212548
commit 34aa35ec8b
2 changed files with 5 additions and 4 deletions

View File

@ -108,9 +108,9 @@ The rest match MS Paint's keyboard shortcuts:
## Development
Install Textual and Stransi:
Install Textual and other dependencies:
```bash
pip install "textual[dev]" "stransi"
pip install "textual[dev]" stransi psutil
```
Run via Textual's CLI for live-reloading CSS support:

View File

@ -1,3 +1,4 @@
rich==13.3.3
psutil==5.9.0
rich==13.3.4
stransi==0.3.0
textual==0.19.1
textual==0.20.1