Add test requirements to setup.py

This commit is contained in:
Sebastian Lohff 2020-02-08 01:13:43 +01:00
parent 2b138446d4
commit dce8c995f6
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ setup(
author='Sebastian Lohff',
author_email='seba@someserver.de',
install_requires=['pyopenssl'],
tests_require=[
'pytest',
'requests',
],
scripts=['servefile'],
)