Add dependencies manager
Used to generate list of packages dependencies for different distributions, and should improve dependencies management by having them in each project. This tools should gather the reason why a dependency is present, so one can remove it when unused. Rename deps script to packages Move installer/packages to scripts and write tests Remove packages-list make target
This commit is contained in:
parent
30611f1d80
commit
18f9c81b74
7 changed files with 263 additions and 0 deletions
9
api/packages.ini
Normal file
9
api/packages.ini
Normal file
|
@ -0,0 +1,9 @@
|
|||
# This file contains a list of package dependencies.
|
||||
[common]
|
||||
python3 = buster, bionic
|
||||
python3-pip = buster, bionic
|
||||
python3-virtualenv = buster, bionic
|
||||
|
||||
[django]
|
||||
uwsgi = buster, bionic
|
||||
uwsgi-plugin-python3 = buster, bionic
|
Loading…
Add table
Add a link
Reference in a new issue