mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
fix dependency management issuexy
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
3afb2e6f3d
commit
871a8c1c09
4
setup.py
4
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user