Require compatible with yaclog 1.0.0

I might change the API someday
This commit is contained in:
Andrew Cassidy 2024-08-26 23:51:43 -07:00
parent 40bff2ac00
commit 17acf53a87

View File

@ -33,7 +33,7 @@ classifiers = [
requires-python = ">= 3.8" requires-python = ">= 3.8"
dependencies = [ dependencies = [
"Click >= 8.0", "Click >= 8.0",
"yaclog >= 1.0" "yaclog ~= 1.0"
] ]
dynamic = ["version"] dynamic = ["version"]