Skip to content

Commit

Permalink
moved some dependencies to dev group
Browse files Browse the repository at this point in the history
  • Loading branch information
PyryL committed Dec 8, 2023
1 parent 340b758 commit d2940e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions 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 @@ -9,13 +9,13 @@ readme = "README.md"
python = ">=3.11,<3.13"
numpy = "^1.26.1"
pycryptodome = "^3.19.0"
coverage = "^7.3.2"
invoke = "^2.2.0"
pylint = "^3.0.2"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
matplotlib = "^3.8.2"
pylint = "^3.0.2"
coverage = "^7.3.2"

# help pytest find modules (https://stackoverflow.com/a/49033954)
[tool.pytest.ini_options]
Expand Down

0 comments on commit d2940e2

Please sign in to comment.