Skip to content

Commit

Permalink
Merge pull request #2988 from locustio/ensure-we-never-use-old-versio…
Browse files Browse the repository at this point in the history
…n-of-setuptools

Ensure we never use old version of setuptools
  • Loading branch information
cyberw authored Nov 15, 2024
2 parents cdf0e5d + 0a1a3d6 commit c0c7fd0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ psutil = ">=5.9.1"
Flask-Login = ">=0.6.3"
Flask-Cors = ">=3.0.10"
pywin32 = { version = "*", markers = "sys_platform == 'win32'" }
setuptools = ">=65.5.1"

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

0 comments on commit c0c7fd0

Please sign in to comment.