From 9baafc80ed889c232587cf5d4cfaa2db44d1825a Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Sun, 20 Nov 2022 15:13:16 +0000 Subject: feat: Hand ranking API Hand ranking API with a health check root endpoint and rank endpoint. --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 036f515..1df9ae7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,17 +1,21 @@ [tool.poetry] name = "poker" -version = "1.1.0" +version = "2.0.0" description = "Single poker hand ranking service." authors = ["Paul Harrison"] readme = "README.md" [tool.poetry.dependencies] python = ">=3.11,<3.12" +fastapi = "^0.87.0" +loguru = "^0.6.0" pydantic = "^1.10.2" +uvicorn = "^0.20.0" [tool.poetry.group.test.dependencies] coverage = "^6.5.0" pytest = "^7.2.0" +httpx = "^0.23.1" [tool.poetry.group.lint.dependencies] -- cgit v1.2.3