Skip to content

Commit

Permalink
add psutil to setup (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Jan 4, 2024
1 parent 2bf4436 commit b1e5f91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def get_long_description():
"justext >= 3.0.0",
"lxml >= 4.9.3 ; platform_system != 'Darwin'",
"lxml == 4.9.2 ; platform_system == 'Darwin'",
"psutil",
"urllib3 >= 1.26, < 2; python_version < '3.7'",
"urllib3 >= 1.26, < 3; python_version >= '3.7'",
],
Expand Down

0 comments on commit b1e5f91

Please sign in to comment.