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 45cbb8a
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 @@ -17,14 +17,17 @@ classifiers=[
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Quality Assurance",
"Framework :: Flake8",
]

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

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 45cbb8a

Please sign in to comment.