From 3a0e8b99955f39cccd46b4ebefbf699a7ec45587 Mon Sep 17 00:00:00 2001
From: Antoine Lambert <anlambert@softwareheritage.org>
Date: Thu, 17 Aug 2023 10:45:09 +0200
Subject: [PATCH] requirements.txt: Sort packages by name

---
 requirements.txt | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 0e588063..3dd137af 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,13 +1,13 @@
-python_debian
-requests
-setuptools
-iso8601
 beautifulsoup4
-launchpadlib
-tenacity >= 6.2
-lxml
 dateparser
 dulwich
-testing.postgresql
+iso8601
+launchpadlib
+lxml
 psycopg2
+python_debian
 repomd
+requests
+setuptools
+tenacity >= 6.2
+testing.postgresql
-- 
GitLab