feat: update info
This commit is contained in:
parent
eb4fa02327
commit
b1e5de086c
@ -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
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user