From 40d1c5eff657a65a2194ea1345143c407f213a7d Mon Sep 17 00:00:00 2001 From: Andrey Smakotin Date: Sat, 3 Jan 2026 21:32:28 +0300 Subject: [PATCH] chore(deps): sort requirements.txt alphabetically --- myproject/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myproject/requirements.txt b/myproject/requirements.txt index b64b86a..528255c 100644 --- a/myproject/requirements.txt +++ b/myproject/requirements.txt @@ -17,6 +17,7 @@ django-phonenumber-field==8.3.0 django-simple-history==3.10.1 django-tenants==3.7.0 et_xmlfile==2.0.0 +gunicorn==21.2.0 kombu==5.6.0 openpyxl==3.1.5 packaging==25.0 @@ -35,5 +36,4 @@ tzdata==2025.2 Unidecode==1.4.0 vine==5.1.0 wcwidth==0.2.14 -gunicorn==21.2.0 whitenoise==6.6.0