Add pytest to the list of dependencies

This commit is contained in:
2023-01-31 23:09:04 +01:00
parent c85d4de431
commit 02ccac333c

View File

@ -19,6 +19,7 @@ classifiers = [
dependencies = [
"lark>=1.1.5",
"rich>=12.6.0"
"pytest=>7.2.1"
]
[project.urls]