testing cement 2.6
This commit is contained in:
@@ -1 +1 @@
|
||||
cement>=2.4.0
|
||||
cement>=2.6.0
|
||||
|
||||
8
setup.py
8
setup.py
@@ -72,12 +72,12 @@ 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.4',
|
||||
'cement == 2.6',
|
||||
'pystache',
|
||||
'python-apt',
|
||||
'pynginxconfig',
|
||||
|
||||
Reference in New Issue
Block a user