Skip to content

Commit

Permalink
Bump psutil dependency to min 5.9.1 to fix #186
Browse files Browse the repository at this point in the history
  • Loading branch information
amanusk committed Jul 30, 2022
1 parent 29ce2d6 commit c61db5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion s_tui/helper_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

from collections import OrderedDict

__version__ = "1.1.3"
__version__ = "1.1.4"

_DEFAULT = object()
PY3 = sys.version_info[0] == 3
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python

# Copyright (C) 2017-2020 Alex Manuskin
# Copyright (C) 2017-2022 Alex Manuskin
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand Down Expand Up @@ -44,6 +44,6 @@
],
install_requires=[
'urwid>=2.0.1',
'psutil>=5.6.0',
'psutil>=5.9.1',
],
)

0 comments on commit c61db5e

Please sign in to comment.