Skip to content

Commit

Permalink
chg: cleanup pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jun 30, 2023
1 parent a79a222 commit 7e57f88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ python = "^3.8"
requests = "^2.31.0"
Sphinx = { version = "^7.0.1", optional = true }

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
mypy = "^1.4.1"
types-requests = "^2.31.0.1"
ipython = [
Expand All @@ -47,5 +47,5 @@ ipython = [
docs = ["Sphinx"]

[build-system]
requires = ["poetry_core>=1.0"]
requires = ["poetry_core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 7e57f88

Please sign in to comment.