add requirements

This commit is contained in:
Kay0u 2019-12-28 23:29:26 +08:00
parent 6d255bd839
commit 678d673fe8
No known key found for this signature in database
GPG key ID: 7FF262C033518333

View file

@ -35,6 +35,8 @@ setup(name='Moulinette',
'pyyaml',
'toml',
'python-ldap',
'gevent-websocket',
'bottle',
],
tests_require=[
'pytest',