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',
|
'psutil',
|
||||||
'pytz',
|
'pytz',
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
|
'toml',
|
||||||
],
|
],
|
||||||
tests_require=[
|
tests_require=[
|
||||||
'pytest',
|
'pytest',
|
||||||
|
|
Loading…
Add table
Reference in a new issue