aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2024-02-16 03:27:41 -0500
committerJoshua M. Boniface <joshua@boniface.me>2024-02-16 03:27:41 -0500
commitbe0afc1bcfd012868c56d1b59aae36be12e65ae2 (patch)
tree3ff968f8dd58720e9cde2229711292a9415ad7b2
parentUpdate submodules to right now (diff)
downloadjellyfin-packaging-be0afc1bcfd012868c56d1b59aae36be12e65ae2.tar.gz
jellyfin-packaging-be0afc1bcfd012868c56d1b59aae36be12e65ae2.tar.bz2
jellyfin-packaging-be0afc1bcfd012868c56d1b59aae36be12e65ae2.zip
Add pyyaml to requirements
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 5664e30..81a99ac 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1,2 @@
git
+pyyaml
bgstack15