Skip to content

Commit

Permalink
Make dev and test deps optional, update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto committed Jan 12, 2024
1 parent 6802800 commit 9198a50
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 39 deletions.
79 changes: 40 additions & 39 deletions poetry.lock

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

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@ python = "^3.10"
requests = "^2.31.0"
aiohttp = "^3.9.1"

[tool.poetry.group.dev]
optional = true

[tool.poetry.group.dev.dependencies]
ruff = "^0.1.9"
ruff-lsp = "^0.0.48"
ipython = "^8.19.0"

[tool.poetry.group.test]
optional = true

[tool.poetry.group.test.dependencies]
pytest = "^7.4.3"
pytest-cov = "^4.1.0"
Expand Down

0 comments on commit 9198a50

Please sign in to comment.