Feature 10296 Pip Standardization

Creates standard template for tox.ini
Introduces 'safety' for listing upstream CVEs
Pins all versions of all upstream modules

Change-Id: I20f3b8b1c386aa03ebbec37ab74bc106451328d1
Signed-off-by: beierlm <mark.beierl@canonical.com>
diff --git a/setup.py b/setup.py
index ae4850c..ff87842 100644
--- a/setup.py
+++ b/setup.py
@@ -28,21 +28,10 @@
     maintainer="Gerardo Garcia",
     maintainer_email="gerardo.garciadeblas@telefonica.com",
     description=_description,
-    license="Apache 2",
-    install_requires=[
-        "Click",
-        "prettytable",
-        "pyyaml",
-        "pycurl",
-        "python-magic",
-        "jinja2",
-        "osm-im",
-        "verboselogs",
-        "packaging",
-        "requests",
-    ],
-    setup_requires=["setuptools-version-command"],
-    test_suite="nose.collector",
+    license='Apache 2',
+
+    setup_requires=['setuptools-version-command'],
+    test_suite='nose.collector',
     entry_points={
         "console_scripts": [
             "osm = osmclient.scripts.osm:cli",