Files
octosuite/pyproject.toml
Ritchie Mwewa 5bb0b6db6b 4.0 stable
2026-01-06 22:19:11 +02:00

38 lines
899 B
TOML

[project]
name = "octosuite"
version = "4.0.0"
description = "TUI-based toolkit for GitHub data analysis."
readme = "README.md"
license = "MIT"
authors = [
{ name = "Ritchie Mwewa", email = "hi@rly0nheart.com" }
]
requires-python = ">=3.13"
dependencies = [
"rich>=14.2.0",
"questionary>=2.1.1",
"pyfiglet>=1.0.4",
"update-checker>=0.18.0",
"black>=25.12.0",
]
classifiers = [
"Development Status :: 5 - Stable/Release",
"Programming Language :: Python :: 3",
"Intended Audience :: End Users/Desktop",
"Operating System :: OS Independent",
"Natural Language :: English"
]
[project.urls]
homepage = "https://bellingcat.com"
issues = "https://github.com/bellingcat/octosuite/issues"
repository = "https://github.com/bellingcat/octosuite"
[project.optional-dependencies]
dev = [
"black>=25.12.0",
]
[project.scripts]
octosuite = "octosuite.app:start"