fix dependency management issuexy

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-02-14 22:48:11 +01:00
parent 3afb2e6f3d
commit 871a8c1c09
No known key found for this signature in database

View File

@ -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",