Feature 10296 Pip Standardization 33/10333/9
authorbeierlm <mark.beierl@canonical.com>
Wed, 17 Feb 2021 12:22:20 +0000 (07:22 -0500)
committerbeierlm <mark.beierl@canonical.com>
Fri, 26 Mar 2021 20:15:01 +0000 (16:15 -0400)
commit5b3f4b6983b2957df33e5995ce32f3351a089290
tree27c5f8c4e99fdd7028ce555d4c1f9a4faa493fc4
parent2eccea2a6533769f4c787c183437de65b0f46f69
Feature 10296 Pip Standardization

Creates standard template for tox.ini
Introduces 'safety' for listing upstream CVEs
Pins all versions of all upstream modules
Removes dependencies from Makefile and Dockerfile
and places them into requirements.txt

Change-Id: If2c52b101bad455534096567b4d68c2baba05d22
Signed-off-by: beierlm <mark.beierl@canonical.com>
14 files changed:
Dockerfile
MANIFEST.in
Makefile
devops-stages/stage-build.sh
devops-stages/stage-test.sh
requirements-dist.in [new file with mode: 0644]
requirements-dist.txt [new file with mode: 0644]
requirements-test.in [new file with mode: 0644]
requirements-test.txt [new file with mode: 0644]
requirements.in [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
setup.py
stdeb.cfg
tox.ini