test: add antlr4-python3-runtime to deps

This commit is contained in:
2025-06-29 15:14:49 +02:00
parent ac0461f815
commit 152265f774
2 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"anilistapi>=0.1.1",
"antlr4-python3-runtime>=4.9.3",
"flask>=3.1.1",
"httpx>=0.28.1",
"httpx-retries>=0.3.2",