Skip to content

Commit

Permalink
Remove unneeded dev dependencies; update others
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Jul 26, 2023
1 parent 8e8b150 commit 5a1810d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,12 @@ beautifulsoup4 = "^4.9"
black = {version = "^21.11b0", allow-prereleases = true}
flake8 = "^4.0"
flake8-black = "^0.2"
invoke = "^1.3"
invoke = "^2.0"
isort = "^5.4"
livereload = "^2.6"
markdown = "^3.2"
pytest = "^6.0"
pytest-cov = "^3.0"
pytest-pythonpath = "^0.7"
pytest-sugar = "^0.9"
Werkzeug = "^1.0"

[tool.poetry.extras]
markdown = ["markdown"]
Expand Down

0 comments on commit 5a1810d

Please sign in to comment.