Skip to content

Commit

Permalink
allow more python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BSVogler committed Nov 14, 2021
1 parent 4a2e597 commit db67a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "A REST interface for molovol."
authors = ["Benedikt S. Vogler <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.10"
python = ">=3.8"
Flask = "^2.0.2"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit db67a25

Please sign in to comment.