Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 76609d2

Browse files
Equal to or greater than dependencies (#67)
1 parent 720b6a8 commit 76609d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ classifiers = [
2323
keywords = ['flask', 'swagger', 'openapi', 'python', 'api', 'rest', 'openapi3']
2424
dependencies = [
2525
"Flask>=2.3.1",
26-
"PyYAML==6.0",
27-
"jsonschema==4.17.3",
28-
"mistune==2.0.4",
29-
"six==1.16.0"
26+
"PyYAML>=6.0",
27+
"jsonschema>=4.17.3",
28+
"mistune>=2.0.4",
29+
"six>=1.16.0"
3030
]
3131

3232
[project.urls]

0 commit comments

Comments
 (0)