1 ##############################################################################
2 # All rights reserved. This program and the accompanying materials
3 # are made available under the terms of the Apache License, Version 2.0
4 # which accompanies this distribution, and is available at
5 # http://www.apache.org/licenses/LICENSE-2.0
6 ##############################################################################
9 from setuptools import setup, find_packages
15 packages=find_packages(),
16 include_package_data=True,
19 url="https://www.opnfv.org",
20 install_requires=["paramiko>=2.0",
22 "requests!=2.12.2,>=2.10.0"],
23 test_requires=["nose",