keep session id history

This commit is contained in:
2025-11-14 16:47:01 +01:00
parent 8d194c0dff
commit 8939c6ffb5
13 changed files with 195 additions and 38 deletions

View File

@ -31,6 +31,17 @@ pytest = "^7.0"
[tool.poetry.group.dev.dependencies]
jupyterlab = "^4.4.3"
[[tool.poetry.packages]]
include = "multiplayer_crosswords"
[[tool.poetry.include]]
path = "multiplayer_crosswords/webui"
format = "sdist"
[[tool.poetry.include]]
path = "multiplayer_crosswords/webui"
format = "wheel"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"