diff --git a/pyproject.toml b/pyproject.toml index 1d906b9b..e5adb96d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,8 +17,7 @@ authors = [ ] -# dependencies = ['markata~=0.6.0.dev0'] -dependencies = ['markata'] +dependencies = ['markata<0.7.0'] dynamic = ["version"] [tool.hatch.version]