From c8263fcd3942778b0cc11f2d188cb69170eecbb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 17 May 2023 09:28:46 +0200 Subject: [PATCH] Remove fedmsg from requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The code for sending messages in Fedora actually relies on fedora-messaging library now. However, we do not have any tests for that, so there's little reason to pull the library in via requirements.txt Signed-off-by: Lubomír Sedlář --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee73d0c3..9acc2ad6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ # Some packages must be installed via dnf/yum first, see doc/contributing.rst dict.sorted dogpile.cache -fedmsg funcsigs jsonschema kobo