refactor: move dev-dependencies to pyproject

This commit is contained in:
Ankush Menat 2022-06-29 19:24:52 +05:30
parent 0e3872aceb
commit cd0450b102
2 changed files with 3 additions and 1 deletions

View File

@ -1 +0,0 @@
hypothesis~=6.31.0

View File

@ -27,6 +27,9 @@ dependencies = [
requires = ["flit_core >=3.4,<4"]
build-backend = "flit_core.buildapi"
[tool.bench.dev-dependencies]
hypothesis = "~=6.31.0"
[tool.black]
line-length = 99