commit | 52ab11389bfcd0e8ef5b904f96f964846c29dcf8 | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@frappe.io> | Wed Mar 08 15:31:25 2023 +0530 |
committer | GitHub <noreply@github.com> | Wed Mar 08 15:31:25 2023 +0530 |
tree | fb955cf82386d4ab15923345a6a1b91404f4ab85 | |
parent | ba1162ff3f7df6de8c6db884bcac7de714209669 [diff] |
chore: drop hypothesis dependency pinned in framework now
diff --git a/pyproject.toml b/pyproject.toml index 1c93eed..0718e5b 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -28,9 +28,6 @@ requires = ["flit_core >=3.4,<4"] build-backend = "flit_core.buildapi" -[tool.bench.dev-dependencies] -hypothesis = "~=6.31.0" - [tool.black] line-length = 99