From 17169bbfdbc620d8d7c812c2cc38fd388cabc16e Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Mon, 18 Mar 2024 20:58:40 +0100 Subject: [PATCH] cosmetics --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3600b4cb..8a115761 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,8 @@ web_files = ["web/internal_data/css/icon.png", "web/internal_data/index.html"] install_requires = ["defusedxml", "passlib", "vobject>=0.9.6", - "python-dateutil>=2.7.3", "pika>=1.1.0", + "python-dateutil>=2.7.3", + "pika>=1.1.0", "setuptools; python_version<'3.9'"] bcrypt_requires = ["bcrypt"] # typeguard requires pytest<7