Skip to content

Commit

Permalink
Add setuptools as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Jun 24, 2024
1 parent 00a2dec commit 2eabae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyperf/_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ def __enter__(self):
sys._stats_on()

def __exit__(self, _exc_type, _exc_value, _traceback):
sys._stats_off()
sys._stats_off()
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules"
]
requires-python = ">=3.7"
dependencies = ["psutil>=5.9.0"]
dependencies = ["psutil>=5.9.0", "setuptools"]

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 2eabae7

Please sign in to comment.