Skip to content

Commit

Permalink
Pin to Textual v0.4.0 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKarpel authored Nov 26, 2022
1 parent c32ddad commit 088e419
Show file tree
Hide file tree
Showing 7 changed files with 511 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.4.1

### Fixed

- [#157](https://github.com/JoshKarpel/spiel/pull/157) Pinned to Textual v0.4.0 to work around https://github.com/Textualize/textual/issues/1274

## 0.4.0

### Changed
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Alternatively, install Spiel (`pip install spiel`) and run this command to view
$ spiel demo present
```

![The first slide of the demo deck](./screenshots/demo.svg)
![The demo deck in "deck view"](./screenshots/deck.svg)

## Sandboxed Execution via Containers

Spiel presentations are live Python code: they can do anything that Python can do.
Expand Down
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "spiel"
version = "0.4.0"
version = "0.4.1"
description = "A framework for building and presenting richly-styled presentations in your terminal using Python."
readme="README.md"
homepage="https://github.com/JoshKarpel/spiel"
Expand All @@ -27,7 +27,7 @@ python = ">=3.10,<4"
rich = ">=12"
typer = ">=0.6"
Pillow = ">=8"
textual = ">=0.5"
textual = "==0.4.0"
watchfiles = ">=0.18"

[tool.poetry.group.dev.dependencies]
Expand All @@ -39,7 +39,7 @@ mypy = ">=0.982"
pytest-mypy = ">=0.10"
pytest-mock = ">=3"
hypothesis = ">=6"
textual = {extras = ["dev"], version = ">=0.5"}
textual = {extras = ["dev"], version = "==0.4.0"}

[tool.poetry.scripts]
spiel = 'spiel.cli:cli'
Expand Down
294 changes: 294 additions & 0 deletions screenshots/deck.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 088e419

Please sign in to comment.