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

2
uv.lock generated
View File

@@ -323,6 +323,7 @@ version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "anilistapi" },
{ name = "antlr4-python3-runtime" },
{ name = "flask" },
{ name = "httpx" },
{ name = "httpx-retries" },
@@ -340,6 +341,7 @@ dependencies = [
[package.metadata]
requires-dist = [
{ name = "anilistapi", specifier = ">=0.1.1" },
{ name = "antlr4-python3-runtime", specifier = ">=4.9.3" },
{ name = "flask", specifier = ">=3.1.1" },
{ name = "httpx", specifier = ">=0.28.1" },
{ name = "httpx-retries", specifier = ">=0.3.2" },