Sync setup.cfg with requirements.txt

Write everything twice!

I was thinking the last release was published with textual 0.28.0,
but since I didn't update setup.cfg, it would have been with 0.27.0.
This commit is contained in:
Isaiah Odhner 2023-09-21 16:02:23 -04:00
parent 4cb9b96ce3
commit f2f4da73dc
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated Textual from 0.28.0 to 0.37.1
- Updated Textual from 0.27.0 to 0.37.1
- Error details now use Textual's `Collapsible` widget (introduced in 0.37), simplifying the code, and giving it a distinct look, whereas before it looked just like the other buttons in the dialog, but on a separate row.
## [0.3.0] - 2023-09-16

View File

@ -56,8 +56,8 @@ classifiers =
[options]
install_requires =
textual==0.27.0
rich==13.3.5
textual==0.37.1
rich==13.4.2
stransi==0.3.0
pyperclip==1.8.2
pyfiglet==0.8.post1