Skip to content

Commit

Permalink
Add psutil with constraint to avoid incompatibility with PyPy on Wind…
Browse files Browse the repository at this point in the history
  • Loading branch information
akosthekiss committed Nov 4, 2023
1 parent b7ef05e commit 667c8c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ install_requires =
importlib-metadata; python_version < "3.8"
inators
picire==21.8
psutil < 5.9.6 # FIXME: requirement of picire; PyPy does not expose PyErr_SetExcFromWindowsErrWithFilenameObject on Windows, waiting for psutil workaround
xson

[options.entry_points]
Expand Down

0 comments on commit 667c8c6

Please sign in to comment.