Commit ce5e4530 authored by Rafael Monnerat's avatar Rafael Monnerat

Include python-magic on global dependencies.

parent b04e67f3
...@@ -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'
] ]
test_requires = [
'python-magic',
]
if sys.version_info < (2, 7): if sys.version_info < (2, 7):
install_requires.append('argparse') install_requires.append('argparse')
...@@ -46,7 +43,6 @@ setup(name='cloudooo', ...@@ -46,7 +43,6 @@ setup(name='cloudooo',
include_package_data=True, include_package_data=True,
zip_safe=False, zip_safe=False,
install_requires=install_requires, install_requires=install_requires,
test_requires=test_requires,
entry_points=""" entry_points="""
[paste.app_factory] [paste.app_factory]
main = cloudooo.paster_application:application main = cloudooo.paster_application:application
......
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