File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " script2stlite"
3- version = " 0.1.5 "
3+ version = " 0.2.0 "
44description = " Package to convert a streamlit script and files to an stlite app (https://github.com/whitphx/stlite)"
55authors = [" LukeAFullard" ]
66readme = " README.md"
77repository = " https://github.com/LukeAFullard/script2stlite"
88license = " 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"
1313requests = " ^2.27.0"
1414tomli = " ^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 ]
1822requires = [" poetry-core" ]
1923build-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"
You can’t perform that action at this time.
0 commit comments