mirror of
https://github.com/tcsenpai/overseer.git
synced 2025-06-02 17:30:06 +00:00
14 lines
266 B
TOML
14 lines
266 B
TOML
[project]
|
|
name = "work-manager"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"fpdf>=1.7.2",
|
|
"openpyxl>=3.1.5",
|
|
"pandas>=2.2.3",
|
|
"pathspec>=0.12.1",
|
|
"rich>=13.9.4",
|
|
]
|