feat: update info

This commit is contained in:
julius 2025-02-14 17:42:23 +01:00
parent eb4fa02327
commit b1e5de086c
Signed by: julius
GPG Key ID: C80A63E6A5FD7092
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,6 @@
# cutt # cutt
cool ultimate team tool ## cool ultimate team tool
app to survey the chemistry between the players in your team and determine the most valued players in your team

View File

@ -1,7 +1,7 @@
[project] [project]
name = "cutt" name = "cutt"
version = "0.1.0" version = "0.1.1"
description = "Add your description here" description = "cool ultimate team tool"
author = "julius" author = "julius"
readme = "README.md" readme = "README.md"
requires-python = ">=3.13" requires-python = ">=3.13"
@ -10,6 +10,7 @@ dependencies = [
"matplotlib>=3.10.0", "matplotlib>=3.10.0",
"networkx>=3.4.2", "networkx>=3.4.2",
"psycopg>=3.2.4", "psycopg>=3.2.4",
"pydantic-settings>=2.7.1",
"pyqt6>=6.8.0", "pyqt6>=6.8.0",
"sqlmodel>=0.0.22", "sqlmodel>=0.0.22",
"uvicorn>=0.34.0", "uvicorn>=0.34.0",