Skip to content

Commit

Permalink
Ensure we never use old version of setuptools.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Nov 15, 2024
1 parent cdf0e5d commit 0a1a3d6
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 0a1a3d6

Please sign in to comment.