Skip to content

Commit

Permalink
Drop support for Poetry =<1.2
Browse files Browse the repository at this point in the history
This means no Fedora 37
  • Loading branch information
thebeanogamer committed May 21, 2023
1 parent 3c6352c commit 48eeb30
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 10 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@ classifiers = [
python = ">=3.9,<3.12"
prettytable = "^0.7.2"

[tool.poetry.dev-dependencies]
[tool.poetry.scripts]
hstsparser = "hstsparser:main"

[tool.poetry.group.windows.dependencies]
pyinstaller = "^5.11.0"
pywin32-ctypes = "^0.2.0"
pefile = "^2023.2.7"

[tool.poetry.group.dev.dependencies]
flake8 = "^6.0.0"
flake8-bandit = "^4.1.1"
flake8-bugbear = "^23.5.9"
Expand All @@ -34,18 +42,7 @@ flake8-todo = "^0.7"
safety = "^2.3.5"
flake8-formatter-junit-xml = "^0.0.6"

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

[tool.poetry.group.windows.dependencies]


[tool.poetry.group.dev.dependencies]
pyinstaller = "^5.11.0"
pywin32-ctypes = "^0.2.0"
pefile = "^2023.2.7"

[build-system]
requires = ["poetry>=1.1.14"]
requires = ["poetry>=1.3"]
build-backend = "poetry.masonry.api"

0 comments on commit 48eeb30

Please sign in to comment.