fix pytest in cli

This commit is contained in:
Adil Hafeez 2025-12-25 21:50:42 -08:00
parent 8d61316948
commit 6cb96aab08
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
3 changed files with 4 additions and 0 deletions

View file

@ -11,6 +11,7 @@ dependencies = [
"jsonschema>=4.23.0,<5.0.0",
"pyyaml>=6.0.2,<7.0.0",
"requests>=2.31.0,<3.0.0",
"pytest>=8.4.2",
]
[project.optional-dependencies]