Skip to content

Commit

Permalink
Cleanup pyproject.toml and add flake8 and isort packages to dev-depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
fmhoeger committed Jan 7, 2024
1 parent 5b9aa91 commit 8ca0dae
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 21 deletions.
110 changes: 92 additions & 18 deletions tests/poetry.lock

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

8 changes: 5 additions & 3 deletions tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.9"
black = "^22.6.0"

[tool.poetry.dev-dependencies]
black = "^23.12.1"
flake8 = "^7.0.0"
isort = "^5.13.2"

pre-commit = "^3.6.0"
pyln-testing = "23.11"
pytest = "^7.1.2"
pytest-timeout = "^2.1.0"
# pyln-testing = "^0.12.1"
pyln-testing = "23.11"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 8ca0dae

Please sign in to comment.