Revert "feat: add replay server and web client"

This reverts commit 3c027eae0b.
This commit is contained in:
2026-05-21 09:22:04 +08:00
parent 1ee963ce2e
commit 5899ea0b89
8 changed files with 0 additions and 1967 deletions
-4
View File
@@ -9,10 +9,6 @@ dependencies = []
texas-holdem-server = "texas_holdem.server:main"
texas-holdem-human = "texas_holdem.human_client:main"
texas-holdem-ai = "texas_holdem.ai_client:main"
texas-holdem-replay = "texas_holdem_replay.server:main"
[tool.setuptools.package-data]
texas_holdem_replay = ["static/*"]
[tool.pytest.ini_options]
testpaths = ["tests"]