Skip to content

Commit

Permalink
.toml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakms221 committed Feb 9, 2024
1 parent b4dcd48 commit 64097d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ license = { text = "MIT" }
requires-python = ">=3.8"

dependencies = [
"flask^1.1.2",
"requests^2.25.1"
"flask>=1.1.2",
"requests>=2.25.1"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 64097d8

Please sign in to comment.