diff --git a/pyproject.toml b/pyproject.toml index 9454e569..c5bdb811 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,14 +31,15 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "flask >= 2.2.4", "brotlicffi", "decorator", "flasgger", + "flask >= 2.2.4", 'greenlet < 3.0; python_version<"3.12"', 'greenlet >= 3.0.0a1; python_version>="3.12.0rc0"', 'importlib-metadata; python_version<"3.8"', "six", + "werkzeug >= 2.2.2", ] [project.optional-dependencies]