[mod] add toml in install_requires of setup.py

This commit is contained in:
Laurent Peuch 2019-07-28 05:50:56 +02:00
parent b7d415dc2c
commit 55515cb065

View file

@ -36,6 +36,7 @@ setup(name='Moulinette',
'psutil',
'pytz',
'pyyaml',
'toml',
],
tests_require=[
'pytest',