Add uv config to adapter

This commit is contained in:
2025-02-19 21:41:56 +01:00
parent 98645f01d0
commit 5108b4a6e2
2 changed files with 155 additions and 0 deletions

9
adapter/pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "adapter"
version = "0.1.0"
description = "Basic HTTP adapter for chess engine"
requires-python = ">=3.12"
dependencies = [
"flask>=3.1.0",
"flask-cors>=5.0.0",
]