Merge branch 'roadmap-to-3.0'

This commit is contained in:
Benexl
2025-07-24 14:35:00 +03:00
285 changed files with 14628 additions and 11359 deletions

View File

@@ -6,9 +6,13 @@ license = "UNLICENSE"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"beautifulsoup4>=4.13.4",
"click>=8.1.7",
"httpx>=0.28.1",
"inquirerpy>=0.3.4",
"lxml>=6.0.0",
"pycryptodome>=3.21.0",
"pydantic>=2.11.7",
"pypresence>=4.3.0",
"requests>=2.32.3",
"rich>=13.9.2",
@@ -35,5 +39,11 @@ dev-dependencies = [
"pyinstaller>=6.11.1",
"pyright>=1.1.384",
"pytest>=8.3.3",
"pytest-httpx>=0.35.0",
"ruff>=0.6.9",
]
[tool.pytest.ini_options]
markers = [
"integration: marks tests as integration tests that require a live network connection",
]