Skip to content

Commit

Permalink
modify: packaging - set min flask-restx version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryu-CZ committed Sep 20, 2022
1 parent 2b90af8 commit 8930588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
license = { text = "BSD-3-Clause" }
requires-python = ">=3.7"
dependencies = [
'flask-restx',
'flask-restx>=0.1',
]
keywords = [
"restx",
Expand Down

0 comments on commit 8930588

Please sign in to comment.