Skip to content

Commit

Permalink
modify pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sayat-a committed Jul 18, 2024
1 parent 6e277ba commit cca1424
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ packages = [


[tool.poetry.dependencies]
python = ">=3.8"
python = "^3.12"


[tool.poetry.scripts]
gendiff = "gendiff.scripts.gendiff:main"


[tool.poetry.group.dev.dependencies]
flake8 = "^7.1.0"

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

0 comments on commit cca1424

Please sign in to comment.