Remove testing lib

This commit is contained in:
VirtuBox
2019-08-16 13:30:36 +02:00
parent c86c4ecabc
commit d1e43f6a2c
2 changed files with 6 additions and 3 deletions

View File

@@ -73,10 +73,10 @@ setup(name='wo',
test_suite='nose.collector',
install_requires=[
# Required to build documentation
"Sphinx >= 1.0",
# "Sphinx >= 1.0",
# Required for testing
"nose",
"coverage",
# "nose",
# "coverage",
# Required to function
'cement == 2.8.0',
'pystache',