Skip to content

Commit

Permalink
Merge pull request #71 from figsoda/build-deps
Browse files Browse the repository at this point in the history
Remove unused build dependencies
  • Loading branch information
dotX12 authored Dec 10, 2023
2 parents 442d18c + 5c61e1e commit 2e3f261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ anyio = "^3.6.2"
pydantic = "^1.10.2"

[build-system]
requires = ["poetry-core>=1.0.0", "wheel>=0.36,<1.0", "poetry>=1.1,<2", "virtualenv==20.0.33"]
requires = ["poetry-core>=1.0.0", "wheel>=0.36,<1.0"]
build-backend = "poetry.core.masonry.api"


Expand All @@ -37,4 +37,4 @@ filterwarnings = ["ignore::DeprecationWarning"]


[tool.black]
line-length = 100
line-length = 100

0 comments on commit 2e3f261

Please sign in to comment.