[ci] Add a CI template for package manager calls.
Also introduces apt-requirements.txt, so there is One Source of Truth
for apt-get packages.
Signed-off-by: Miguel Young de la Sota <mcyoung@google.com>
diff --git a/python-requirements.txt b/python-requirements.txt
index a1e8fd4..b004515 100644
--- a/python-requirements.txt
+++ b/python-requirements.txt
@@ -1,16 +1,21 @@
-livereload
-mistletoe>=0.7.2
-hjson
-pygments
-mako
-yapf
-isort
-pyftdi
-pyyaml
-pytest
+# Copyright lowRISC contributors.
+# Licensed under the Apache License, Version 2.0, see LICENSE for details.
+# SPDX-License-Identifier: Apache-2.0
+
+# Keep sorted.
fusesoc
gitpython
+hjson
+isort
+livereload
+mako
meson
+mistletoe>=0.7.2
+pyftdi
+pygments
+pytest
+pyyaml
+yapf
# Develpment version to get around YAML parser warning triggered by fusesoc
# Upstream tracking: https://github.com/olofk/ipyxact/issues/19