cutt/pyproject.toml
2025-02-14 17:42:23 +01:00

18 lines
371 B
TOML

[project]
name = "cutt"
version = "0.1.1"
description = "cool ultimate team tool"
author = "julius"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.115.7",
"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",
]