Skip to content

Commit

Permalink
Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Oct 11, 2022
1 parent 308cf6d commit 147715f
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 @@ -23,8 +23,8 @@ classifiers=[
]

[tool.poetry.dependencies]
python = "^3.5"
flake8 = "^3"
python = ">=3.5"
flake8 = ">=3"
setuptools = ">=3.3"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 147715f

Please sign in to comment.