Commit 291cc292 authored by Priscila Manhaes's avatar Priscila Manhaes

refactor to require argparse

parent 860f0bba
......@@ -16,12 +16,9 @@ install_requires = [
'WSGIUtils',
'psutil>=0.2.0',
'lxml',
'python-magic'
]
if sys.version_info < (2, 7):
install_requires.append('argparse')
'python-magic',
'argparse'
]
setup(name='cloudooo',
version=version,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment