mirror of
https://github.com/deesiigneer/pyspapi.git
synced 2026-04-20 04:25:25 +00:00
refactor: update Python publish workflow to use Poetry for dependency management
This commit is contained in:
@@ -15,9 +15,14 @@ Repository = "https://github.com/deesiigneer/pyspapi"
|
||||
"Issue Tracker" = "https://github.com/deesiigneer/pyspapi/issues"
|
||||
Discord = "https://discord.com/invite/VbyHaKRAaN"
|
||||
|
||||
[dependency-groups]
|
||||
[project.optional-dependencies]
|
||||
docs = [
|
||||
"sphinx>=7,<9",
|
||||
"sphinx-autobuild>=2025.8.25,<2026.0.0",
|
||||
"pydata-sphinx-theme>=0.16.1,<0.17.0",
|
||||
]
|
||||
dev = ["ruff>=0.14,<0.15", "toml-sort>=0.24,<0.25"]
|
||||
docs = ["sphinx>=7,<9", "sphinx-autobuild (>=2025.8.25,<2026.0.0)", "pydata-sphinx-theme (>=0.16.1,<0.17.0)"]
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
|
||||
Reference in New Issue
Block a user