Feature 10296 Pip Standardization

Creates standard template for tox.ini
Introduces 'safety' for listing upstream CVEs
Pins all versions of all upstream modules
Removes Makefile step and places all build logic into tox.ini

Change-Id: I96b0007f918930e61e54edda4b43a4aba90d26d9
Feature: 10296
Signed-off-by: beierlm <mark.beierl@canonical.com>
diff --git a/MANIFEST.in b/MANIFEST.in
index a2e97ec..0b39669 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -20,8 +20,5 @@
 # contact: bdiaz@whitestack.com or glavado@whitestack.com
 ##
 
-include requirements.txt
-include test-requirements.txt
 include README.rst
-recursive-include osm_policy_module *.py *.xml *.sh *.yaml
-recursive-include devops-stages *
\ No newline at end of file
+recursive-include osm_policy_module *.py *.xml *.sh *.yaml *.txt