mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-25 07:44:37 +03:00
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:
parent
dfa4212548
commit
34aa35ec8b
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user