Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor authored Dec 3, 2023
1 parent 1a49716 commit 10cb93d
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,12 +7,12 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8.1"
python = "^3.8"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
flake8 = "^6.1.0"
pytest-cov = "^4.1.0"
flake8 = { version = "^6.1.0", python = "^3.8.1"}

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 10cb93d

Please sign in to comment.