mirror of
https://github.com/0xrsydn/idx-cli.git
synced 2026-08-07 01:33:52 +00:00
12 lines
259 B
TOML
12 lines
259 B
TOML
[project]
|
|
name = "rubick"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"lxml-html-clean>=0.4.3",
|
|
"newspaper4k>=0.9.4.1",
|
|
"openpyxl>=3.1.5",
|
|
"pandas>=3.0.0",
|
|
"xlsxwriter>=3.2.9",
|
|
]
|