mirror of
https://github.com/0xrsydn/idx-cli.git
synced 2026-08-07 01:33:52 +00:00
feat(rubick): rename project and add production release bundle
This commit is contained in:
commit
fab6cf26eb
33 changed files with 11554 additions and 0 deletions
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue