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
10 lines
223 B
INI
10 lines
223 B
INI
# 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
|