Skip to content

Commit

Permalink
add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Nov 26, 2023
1 parent 6b1891d commit cfe0e57
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
18 changes: 17 additions & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ ciso8601 = "^2.2.0"
pylama = "^8.4.1"
black = "^23.7.0"
isort = "^5.12.0"
pytest = "^7.4.1"
pytest = "^7.4.3"
pytest-black = "^0.3.12"
pytest-isort = "^3.0.0"
setuptools = "^69.0.2"

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

0 comments on commit cfe0e57

Please sign in to comment.