From 55515cb065f43d2bb7cee77504447f2b8924703a Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 28 Jul 2019 05:50:56 +0200 Subject: [PATCH] [mod] add toml in install_requires of setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2ebd93b3..5c41ec42 100755 --- a/setup.py +++ b/setup.py @@ -36,6 +36,7 @@ setup(name='Moulinette', 'psutil', 'pytz', 'pyyaml', + 'toml', ], tests_require=[ 'pytest',