14 lines
254 B
TOML
14 lines
254 B
TOML
[project]
|
|
name = "workday-monthly-admin-activities-audit"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"requests",
|
|
"pandas",
|
|
"spacy",
|
|
"openai",
|
|
"tqdm",
|
|
]
|