Feature 10296 Pip Standardization 06/10306/17
authorDavid Garcia <david.garcia@canonical.com>
Fri, 12 Feb 2021 16:19:13 +0000 (17:19 +0100)
committerbeierlm <mark.beierl@canonical.com>
Tue, 6 Apr 2021 16:04:03 +0000 (12:04 -0400)
commit7c6840b23b5d6d8bc14eb7e76d1262c4ccde3097
treed1624b9628632d0fe2c7f8173d76d7a94a29ec70
parenta71d4a04c1e8ad3ffe1a129024e6dbc14d6d3bd5
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: Ic14321bd5bddb322db08ac3e25202cc64cac2dff
Signed-off-by: David Garcia <david.garcia@canonical.com>
18 files changed:
.gitignore
Dockerfile
MANIFEST.in [new file with mode: 0644]
Makefile [deleted file]
devops-stages/stage-build.sh
devops-stages/stage-test.sh
requirements-dev.in [new file with mode: 0644]
requirements-dev.txt [new file with mode: 0644]
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
setup.py
stdeb.cfg
test-requirements.txt [deleted file]
tox.ini