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

refactor to require argparse

parent 860f0bba
...@@ -16,12 +16,9 @@ install_requires = [ ...@@ -16,12 +16,9 @@ install_requires = [
'WSGIUtils', 'WSGIUtils',
'psutil>=0.2.0', 'psutil>=0.2.0',
'lxml', 'lxml',
'python-magic' 'python-magic',
] 'argparse'
]
if sys.version_info < (2, 7):
install_requires.append('argparse')
setup(name='cloudooo', setup(name='cloudooo',
version=version, 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