add rudimentary web interface

This commit is contained in:
Stefan Steininger
2024-01-28 00:42:48 +01:00
parent 5527c4e4c3
commit a3fdb0c361
16 changed files with 125 additions and 1 deletions

View File

@@ -9,5 +9,6 @@ dependencies = [
"chess==1.10.0",
"numpy==1.26.3",
"stockfish==3.28.0",
"aiohttp==3.9.1",
]
requires-python = ">= 3.10"