mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
add requirements
This commit is contained in:
parent
6d255bd839
commit
678d673fe8
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -35,6 +35,8 @@ setup(name='Moulinette',
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
'toml',
|
'toml',
|
||||||
'python-ldap',
|
'python-ldap',
|
||||||
|
'gevent-websocket',
|
||||||
|
'bottle',
|
||||||
],
|
],
|
||||||
tests_require=[
|
tests_require=[
|
||||||
'pytest',
|
'pytest',
|
||||||
|
|
Loading…
Reference in a new issue