cutt/pyproject.toml

18 lines
371 B
TOML
Raw Normal View History

2025-01-25 12:29:02 +01:00
[project]
name = "cutt"
2025-02-14 17:42:23 +01:00
version = "0.1.1"
description = "cool ultimate team tool"
2025-01-25 12:29:02 +01:00
author = "julius"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.115.7",
2025-01-27 14:50:52 +01:00
"matplotlib>=3.10.0",
"networkx>=3.4.2",
2025-01-25 12:29:02 +01:00
"psycopg>=3.2.4",
2025-02-14 17:42:23 +01:00
"pydantic-settings>=2.7.1",
2025-01-27 14:50:52 +01:00
"pyqt6>=6.8.0",
2025-01-25 12:29:02 +01:00
"sqlmodel>=0.0.22",
"uvicorn>=0.34.0",
]