chore: list distribution releases by release date

Old releases should be popped from the left/top and new releases should be added to the right/bottom of any distro release list.
This commit is contained in:
jo 2022-09-09 20:45:59 +02:00 committed by Kyle Robbertze
parent 5eda6093f4
commit 7d514a9306
14 changed files with 58 additions and 58 deletions

View file

@ -1,15 +1,15 @@
# This file contains a list of package dependencies.
[python]
python3 = bullseye, focal
python3-pip = bullseye, focal
gunicorn = bullseye, focal
python3-gunicorn = bullseye, focal
python3-uvicorn = bullseye, focal
python3-httptools = bullseye, focal
python3-uvloop = bullseye, focal
python3 = focal, bullseye
python3-pip = focal, bullseye
gunicorn = focal, bullseye
python3-gunicorn = focal, bullseye
python3-uvicorn = focal, bullseye
python3-httptools = focal, bullseye
python3-uvloop = focal, bullseye
[psycopg2]
# See https://www.psycopg.org/docs/install.html#install-from-source
build-essential = bullseye, focal
python3-dev = bullseye, focal
libpq-dev = bullseye, focal
build-essential = focal, bullseye
python3-dev = focal, bullseye
libpq-dev = focal, bullseye