Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
brodokk authored Oct 6, 2023
1 parent 844c5eb commit 20afc2a
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 @@ -12,7 +12,7 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.7"
python = ">=3.7"
python-dateutil = "2.8.2"
requests = "2.28.1"
dacite = "1.6.0"
Expand All @@ -23,4 +23,4 @@ pdoc3 = "^0.10.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit 20afc2a

Please sign in to comment.