Skip to content

Commit

Permalink
Merge pull request #41 from causy-dev/fix-broken-dependencies
Browse files Browse the repository at this point in the history
fix broken pyproject.toml (not reviewed after merging)
  • Loading branch information
LilithWittmann authored Jun 25, 2024
2 parents a098932 + 5f9bf1d commit fe34729
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ markdown = "^3.6"
httpx = "^0.27.0"
pyyaml = "^6.0.1"


pyyaml = "^6.0.1"
[tool.poetry.group.dev.dependencies]
mypy = "^1.5.1"
pyinstrument = "^4.5.3"
Expand All @@ -34,11 +32,9 @@ pdoc = "^14.1.0"
pre-commit = "^3.4.0"
coverage = "^7.3.2"


[tool.poetry-version-plugin]
source = "git-tag"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit fe34729

Please sign in to comment.