Skip to content

Commit

Permalink
Relax dependency requirements for all non-dev dependencies (closes #227
Browse files Browse the repository at this point in the history
…, closes #255)
  • Loading branch information
TkTech committed Apr 7, 2023
1 parent a160d6a commit 1f23bfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ include = [

[tool.poetry.dependencies]
python = "^3.7"
pytz = "^2022.7"
Flask = "^2.0.0"
Babel = "^2.12.0"
Jinja2 = "^3.1.2"
pytz = ">=2022.7"
Flask = ">=2.0"
Babel = ">=2.12"
Jinja2 = ">=3.1"

[tool.poetry.dev-dependencies]
pytest = "^7.2.0"
Expand Down

0 comments on commit 1f23bfd

Please sign in to comment.