andea_revanced-patches/xml_tools/pyproject.toml
Aaron Veil 1862ce6be9 feat: Align with RVX [[v5.10.1](https://github.com/inotia00/revanced-patches/releases/tag/v5.10.1)]
feat(YouTube - Player components): Add new filter for crowdfunding box
fix(YouTube - Settings): Remove unnecessary resources
2025-09-01 13:00:42 +03:00

11 lines
204 B
TOML

[project]
name = "xml-tools"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"click==8.2.1",
"defusedxml==0.7.1",
"gitdb==4.0.12",
"gitpython==3.1.44",
"smmap==5.0.2",
]