Skip to content

Commit b108d8e

Browse files
committed
publish 0.2.0 to pypi
1 parent 545af2a commit b108d8e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[tool.poetry]
22
name = "script2stlite"
3-
version = "0.1.5"
3+
version = "0.2.0"
44
description = "Package to convert a streamlit script and files to an stlite app (https://github.com/whitphx/stlite)"
55
authors = ["LukeAFullard"]
66
readme = "README.md"
77
repository = "https://github.com/LukeAFullard/script2stlite"
88
license = "MIT"
99

1010
[tool.poetry.dependencies]
11-
python = "^3.08"
12-
PyYAML = "^6.0.0"
11+
python = ">=3.8,<4.0"
12+
PyYAML = "^6.0.0"
1313
requests = "^2.27.0"
1414
tomli = "^2.0.0"
1515

16+
[tool.poetry.group.dev.dependencies]
17+
pytest = "^8.2.2"
18+
pytest-playwright = "^0.5.0"
19+
pytest-mock = "^3.14.0"
1620

1721
[build-system]
1822
requires = ["poetry-core"]
1923
build-backend = "poetry.core.masonry.api"
2024

21-
[tool.poetry.group.dev.dependencies]
22-
pytest = "^8.2.2"
23-
pytest-playwright = "^0.5.0"
24-
pytest-mock = "^3.14.0"

0 commit comments

Comments
 (0)