diff --git a/README.md b/README.md index f4f9bfe2..d425c5fd 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ python3-requests python3-colorama python3-magic python3-humanize +python3-yaml ``` The server can optionally make use of celery to asynchronously process the diff --git a/debian/control b/debian/control index ca0792ce..95dd6933 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Depends: ${misc:Depends}, python3 (>= 3.10), python3-django (>= 3.2), python3-djangorestframework, python3-django-filters, python3-debian, python3-rpm, python3-progressbar, python3-lxml, python3-defusedxml, python3-requests, python3-colorama, python3-magic, python3-humanize, - python3-pip, python3-pymemcache, memcached, libapache2-mod-wsgi-py3, apache2 + python3-pip, python3-pymemcache, python3-yaml, memcached, libapache2-mod-wsgi-py3, apache2 Suggests: python3-django-celery, python3-mysqldb, python3-psycopg2 Description: Django-based patch status monitoring tool for linux systems. .