From b1e5de086c1477dd578f0e281a42a21d76ef496c Mon Sep 17 00:00:00 2001 From: julius Date: Fri, 14 Feb 2025 17:42:23 +0100 Subject: [PATCH] feat: update info --- README.md | 5 ++++- pyproject.toml | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca2a034..7013f5f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # cutt -cool ultimate team tool \ No newline at end of file +## cool ultimate team tool + +app to survey the chemistry between the players in your team and determine the most valued players in your team + diff --git a/pyproject.toml b/pyproject.toml index 47e68fb..c0cfe4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "cutt" -version = "0.1.0" -description = "Add your description here" +version = "0.1.1" +description = "cool ultimate team tool" author = "julius" readme = "README.md" requires-python = ">=3.13" @@ -10,6 +10,7 @@ dependencies = [ "matplotlib>=3.10.0", "networkx>=3.4.2", "psycopg>=3.2.4", + "pydantic-settings>=2.7.1", "pyqt6>=6.8.0", "sqlmodel>=0.0.22", "uvicorn>=0.34.0",