examples will use new gridlock

This commit is contained in:
Jan Petykiewicz 2025-04-16 22:19:14 -07:00
parent 9eb0e28bcb
commit 43e01a814d

View File

@ -49,7 +49,7 @@ path = "meanas/__init__.py"
[project.optional-dependencies] [project.optional-dependencies]
dev = ["pytest", "pdoc", "gridlock"] dev = ["pytest", "pdoc", "gridlock"]
examples = ["gridlock"] examples = ["gridlock>=2.0"]
test = ["pytest"] test = ["pytest"]