Skip to content

Commit

Permalink
Merge pull request #39 from hartwork/restore-werkzeug-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt committed Dec 21, 2023
2 parents c1d9e33 + baf0e6e commit 1f6e049
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1f6e049

Please sign in to comment.