From 29a5633e8250f340dbfe59b168a832adb8bf26bf Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 7 Aug 2019 12:36:29 +0200 Subject: [PATCH] update psutil & PyMySQL --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5c32f9e..6081aa4 100644 --- a/setup.py +++ b/setup.py @@ -81,8 +81,8 @@ setup(name='wo', 'pystache', 'python-apt', 'pynginxconfig', - 'PyMySQL == 0.8.0', - 'psutil == 3.1.1', + 'PyMySQL == 0.9.3', + 'psutil == 5.6.3', 'sh', 'SQLAlchemy', 'requests == 2.22.0',