mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[mod] add toml in install_requires of setup.py
This commit is contained in:
parent
b7d415dc2c
commit
55515cb065
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -36,6 +36,7 @@ setup(name='Moulinette',
|
|||
'psutil',
|
||||
'pytz',
|
||||
'pyyaml',
|
||||
'toml',
|
||||
],
|
||||
tests_require=[
|
||||
'pytest',
|
||||
|
|
Loading…
Add table
Reference in a new issue