Skip to content

Commit eace947

Browse files
committed
Add setuptools as dev dependency
1 parent 0071808 commit eace947

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

poetry.lock

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ mypy = "^1.14.1"
3737
pylama = {extras = ["toml"], version = "^8.4.1"}
3838
pytest = "^8.3.4"
3939
pytest-cov = "^6.0.0"
40+
setuptools = "^75.6.0"
4041

4142
[tool.poetry.scripts]
4243
jwt-rsa = "jwt_rsa.cli:main"

0 commit comments

Comments
 (0)