From 7ba73796505e5727a8f8d41a8c95036980255874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Wed, 1 Feb 2023 13:15:53 +0100 Subject: [PATCH] fixed packaging dependency issues (versions) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 02aed20..e17bd51 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ docs_require = [ "mdit-py-plugins==0.3.0", "mdurl==0.1.1", "myst-parser==0.17.2", - "packaging==21.3", + "packaging>=22.0", "pockets==0.9.1", "Pygments==2.12.0", "pyparsing==3.0.8", @@ -116,7 +116,7 @@ install_requires = [ "gunicorn==20.1.0", "jsonschema==4.16.0", "logstats==0.3.0", - "packaging>=20.9", + "packaging>=22.0", "pymongo==3.11.4", "tarantool==0.7.1", "python-rapidjson>=1.0",