1
1
Fork 1

Add test requirements to setup.py

a-bit-of-packaging
Sebastian Lohff 4 anos atrás
commit dce8c995f6

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

Carregando…
Cancelar
Salvar